![]() |
%!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.go | %!s(int64=7) %!d(string=hai) anos | |
completions | %!s(int64=7) %!d(string=hai) anos | |
doc | %!s(int64=7) %!d(string=hai) anos | |
testdata | %!s(int64=7) %!d(string=hai) anos | |
vendor | %!s(int64=7) %!d(string=hai) anos | |
.gitignore | %!s(int64=7) %!d(string=hai) anos | |
Gopkg.lock | %!s(int64=7) %!d(string=hai) anos | |
Gopkg.toml | %!s(int64=7) %!d(string=hai) anos | |
ISSUE_TEMPLATE.md | %!s(int64=7) %!d(string=hai) anos | |
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
Makefile | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos | |
callbacks.go | %!s(int64=7) %!d(string=hai) anos | |
clean.go | %!s(int64=7) %!d(string=hai) anos | |
cmd.go | %!s(int64=7) %!d(string=hai) anos | |
completions.go | %!s(int64=7) %!d(string=hai) anos | |
config.go | %!s(int64=7) %!d(string=hai) anos | |
conflicts.go | %!s(int64=7) %!d(string=hai) anos | |
dependencies.go | %!s(int64=7) %!d(string=hai) anos | |
download.go | %!s(int64=7) %!d(string=hai) anos | |
install.go | %!s(int64=7) %!d(string=hai) anos | |
keys.go | %!s(int64=7) %!d(string=hai) anos | |
keys_test.go | %!s(int64=7) %!d(string=hai) anos | |
main.go | %!s(int64=7) %!d(string=hai) anos | |
parser.go | %!s(int64=7) %!d(string=hai) anos | |
parser_test.go | %!s(int64=7) %!d(string=hai) anos | |
print.go | %!s(int64=7) %!d(string=hai) anos | |
print_test.go | %!s(int64=7) %!d(string=hai) anos | |
query.go | %!s(int64=7) %!d(string=hai) anos | |
query_test.go | %!s(int64=7) %!d(string=hai) anos | |
upgrade.go | %!s(int64=7) %!d(string=hai) anos | |
upgrade_test.go | %!s(int64=7) %!d(string=hai) anos | |
utils.go | %!s(int64=7) %!d(string=hai) anos | |
vcs.go | %!s(int64=7) %!d(string=hai) anos | |
vcs_test.go | %!s(int64=7) %!d(string=hai) anos |
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