Yeet v0.1.0
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!