its my first post on here and i don't know how to make a proper post so this post is super simple.
introduce you guys to my new AUR helper named ay(another yay) that is written in Python. Github
as the name said, this program is inspired by yay (yet another yaourt).
and i made this for fun.
this AUR helper don't uses the git clone way but uses GET requests to download the PKGBUILD.
and instead of using commands -(S,Q,...) it uses commands like install, update,... so its different from a lot(mb) of other AUR helper.
and the code its easy to understand(mb).
and Thanks for reading this
import user user.name = "alexander" user.discord = "https://discord.gg/aEcp2MQgvH" user.github = "https://github.com/alan-alexander-1011" user.thanks(level=10000)
The above is the detailed content of I just made an AUR helper. For more information, please follow other related articles on the PHP Chinese website!