rofi
wrapper for prowlet
, a cli utility to query Prowlarr
.
Use the
Prowlarr
search API to find torrents.
Optional:
- webtorrent: for torrent streaming.
You'll need to have Prowlarr
running locally or have access to a Prowlarr
server.
You'll need to git clone this repository and place the script somewhere in your $PATH
.
git clone https://github.com/loiccoyle/rofi-prowlet
cd rofi-prowlet
cp rofi-prowlet /somewhere/in/your/PATH/
Using your prefered AUR helper:
paru -S rofi-prowlet-git
rofi-prowlet
is just wrapping prowlet
, any options will be passed on to prowlet
.
$ rofi-prowlet -h
Use "-" to read the json Prowlarr response from stdin e.g.:
$ prowlet search big buck bunny | rofi-prowlet -
Otherwise, rofi-prowlet passes any provided options to the prowlet command:
Query the Prowlarr search API from the command line.
Usage:
prowlet [OPTIONS] {search, config, indexers, categories, open}
-h Show this message and exit.
-r Raw output, no coloring.
-v Verbosisty, up to -vv.
-s Start prowlarr.service if not running.
-k Stop prowlarr.service before exiting.
-u PROWLARR_URL Prowlarr URL.
-a API_KEY Prowlarr API key, will query prowlarr if not provided.
Please feel free to open a PR, especially to add common torrent related actions.