[aur-general] Regex on search page

Lukas Fleischer archlinux at cryptocrack.de
Wed Nov 5 11:59:36 UTC 2014


On Wed, 05 Nov 2014 at 01:05:48, Ian D. Scott wrote:
> 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}'
> 

This is superseded by the official [1] package list.

[1] https://aur.archlinux.org/packages.gz


More information about the aur-general mailing list