Yet another Yogurt - An AUR Helper written in Go
There's a point in everyone's life when you feel the need to write an AUR helper because there are only about 20 of them. So say hi to 20+1.
Yay was created with a few objectives in mind and based on the design of yaourt and apacman:
yay linux header
will first search linux and then narrow on header)Color
option in your /etc/pacman.conf
#123yay <Search Term>
presents package selection menuyay -Ps
prints system statisticsyay -Pu
prints update listyay -Yc
cleans unneeded dependenciesyay -G
downloads PKGBUILD from ABS or AURyay -Y --gendb
generates development package DB used for devel updates.--editorflags
to add flags to editor executionyay
will trigger yay -Syu
-Ss
shows difference between installed and in-repo versions-Qu
to extended pacman options-Si
db/name
support readdedyay
used to auto save permanent configuration options, now --save
must be passed to save permanent configuration options-git
packages now uses git ls-remote
which makes it compatible with other platforms besides github.yay -Pd
prints default configyay -Pg
prints current config$EDITOR
or $VISUAL
is not set yay will prompt you for an editor #7--downtop
has been replaced with --bottomup
(as is logical)yay -Ssq
and yay -Sqs
now displays AUR packages with less information