yay
yay -Syu # All options are forwarded to pacman and additionally includes aur
yay # same as above
Operation: yay
yay -Y "proton-ge" # search for packages given a keyword (includes aur packages)
yay "proton-ge" # same as above
# Auto update -git packages
yay -Y --gendb
yay --devel
Operation: build
# Build and install a PKGBUILD in a folder
yay -Bi .
Operation: show
# display all packages and respective repo
yay -Pc
Operation: getpkgbuild
Operation: web
# vote for a package
yay -Wv "package"
Permanent options
# Also updates -git packages
yay -Y --gendb
yay --devel
# Saves this behavior to the config file
yay -save --devel