![]() |
7 éve | |
---|---|---|
vendor | 7 éve | |
.gitignore | 7 éve | |
Gopkg.lock | 7 éve | |
Gopkg.toml | 7 éve | |
LICENSE | 8 éve | |
Makefile | 7 éve | |
README.md | 7 éve | |
bash-completion | 7 éve | |
clean.go | 7 éve | |
cmd.go | 7 éve | |
completions.go | 7 éve | |
config.go | 7 éve | |
dependencies.go | 7 éve | |
download.go | 7 éve | |
install.go | 7 éve | |
parser.go | 7 éve | |
print.go | 7 éve | |
print_test.go | 7 éve | |
query.go | 7 éve | |
query_test.go | 7 éve | |
upgrade.go | 7 éve | |
vcs.go | 7 éve | |
vcs_test.go | 7 éve | |
yay.8 | 7 éve | |
yay.fish | 7 éve | |
zsh-completion | 7 éve |
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)yay <Search Term>
presents package selection menuyay -Ps
prints system statisticsyay -Pu
prints update listyay -Yc
cleans unneeded dependenciesyay -Yg
yay -g
downloads PKGBUILD from ABS or AURyay -Y --gendb
generates development package DB used for devel updates.Adds #115
New argument parsing @Morganamilo (check manpage or --help for new information)
yay -Qstats changed to yay -Ps or yay -P --stats
yay -Cd changed to yay -Yc or yay -Y --clean
yay -Pu (--upgrades) prints update list
yay -Pn (--numberupgrades) prints number of updates
yay -G also possible through -Yg or -Y --getpkgbuild (yay -G will be discontinued once it's possible to add options to the getpkgbuild operation)
yay now counts from 1 instead of 0 @Morganamilo
Support for ranges when selecting packages @samosaara
Pacaur style ask all questions first and download first @Morganamilo
Updated vendor dependencies (Fixes pacman.conf parsing errors and PKGBUILD parsing errors)
Updated completions
$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