falconindy / auracle

A flexible command line client for Arch Linux's User Repository
MIT License
235 stars 26 forks source link

Search by Co-Maintainer. #61

Closed bartoszek closed 4 years ago

bartoszek commented 4 years ago

Would it be possible to include Co-Maintainers in --searchby :thinking:

falconindy commented 4 years ago

No, it isn't. This needs to be supported by the AUR before auracle can/will support it.

bartoszek commented 4 years ago

A workaround involving curl and hq

Explanation:

$ curl -sSL 'https://aur.archlinux.org/packages/?SeB=c&PP=250&K=bartus'|hq td:first-of-type text                                        
ccache-ext
inkscape-git
luxrays-hg
luxrender-hg
openboard
openmvg-git
optix
visual-sfm

Example: https://github.com/bartoszek/.bashrc.d/blob/2851285f0b08929a414f1b7b46cc86ac43e3aa6f/aursync-test-my-aur-packages.sh#L90-L92