Closed zijian-x closed 3 years ago
Right now I could use aurutils ($ aur pkglist)
for that but I'd still want to keep only one helper for all.
The AUR provides a regularly updated package list that you can use for this purpose:
https://aur.archlinux.org/packages.gz
Caching this file in auracle is probably out of scope.
I'd like to make a zsh function to use fzf to search for packages and need to list all the packages available as the base. Is it possible in any way? I tried to use regex search with ".*" but it did not work as intended.