aura
aura copied to clipboard
List all remote AUR packages
Hi and thanks a lot for aura!
Reading aura's manual, I couldn't find a way to list all remote AUR packages. I'm looking for the equivalent of
pacman -S --list
but for packages in AUR.
The reason I'd like this is to have a minimal command line browser for AUR packages, just like
pacman -S --list --quiet | fzf --preview 'pacman -Si {1}'