Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.2 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.2 KB

rofi-prowlet

rofi wrapper for prowlet, a cli utility to query Prowlarr.

Use the Prowlarr search API to find torrents.

rofi-prowlet

📦 Installation

Dependencies

Optional:

You'll need to have Prowlarr running locally or have access to a Prowlarr server.

Manual

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/

Arch linux

Using your prefered AUR helper:

paru -S rofi-prowlet-git

📋 Usage

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.

🥳 Contributing

Please feel free to open a PR, especially to add common torrent related actions.