Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all aur packages #91

Closed
zijian-x opened this issue Jul 14, 2021 · 2 comments
Closed

List all aur packages #91

zijian-x opened this issue Jul 14, 2021 · 2 comments

Comments

@zijian-x
Copy link

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
Copy link
Author

Right now I could use aurutils ($ aur pkglist) for that but I'd still want to keep only one helper for all.

@falconindy
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants