Skip to content

Yeet v0.1.0

Compare
Choose a tag to compare
@gamemaker1 gamemaker1 released this 15 Jun 10:41
· 60 commits to develop since this release
b90e543

Initial release of yeet

YEET!

yeet is aims to be a minimal pacman wrapper. It has the following features:

  • Search for a package; and then install it (yeet <package search terms>)
  • Install a package (yeet -S <package-name>)
  • Remove a package (yeet -R <package-name>)
  • Upgrade all packages (yeet -U)
  • Run pacman -Q (yeet -Q)

You can install yeet from AUR or using the install script.

yeet can be configured using its config file, located at $XDG_CONFIG_HOME/yeet/yeet.conf OR $HOME/.config/yeet/yeet.conf. Here is an example configuration.

Please submit issues here. Pull requests and suggestions welcome!