5 Nov
2014
5 Nov
'14
2:05 a.m.
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}'