[aur-general] Regex on search page

Ian D. Scott ian at perebruin.com
Wed Nov 5 00:05:48 UTC 2014


On Wed, Nov 05, 2014 at 12:38:24AM +0100, Ralf Mardorf wrote:
> Assumed somebody can recommend a good helper to search the AUR, I'm
> willing to test it.

I don't know if any AUR helpers support this, but you can just get a
list of all AUR packages with this command and then pipe to grep to
match by regex.

curl http://cryptocrack.de/files/aurpkglist.txt.gz | zcat | awk 'NR>1{gsub("%2B","+");print $1}'


More information about the aur-general mailing list