/aur-watcher

script for filtered search through AUR.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

aur-watcher

script for filtered search through AUR.

Note

this script requires requests package.

Usage

aurwatcher p=micro - you will get about 756 found items.
aurwatcher p=micro d=editor you will get about 3 found items, since output is filtered with description that contains editor substring.
aurwatcher p=fortune d= leave description string empty

You can filter your output with following flags:
d - to filter with description.
n - to filter with name.
m - to filter with maintainer.