falconindy / auracle

A flexible command line client for Arch Linux's User Repository
MIT License
238 stars 26 forks source link

List all aur packages #91

Closed zijian-x closed 3 years ago

zijian-x commented 3 years ago

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.

zijian-x commented 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.

falconindy commented 3 years ago

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.