Skip to content

πŸ”Ž Rofi wrapper for prowlet. Use the Prowlarr search API to find torrents.

License

Notifications You must be signed in to change notification settings

loiccoyle/rofi-prowlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

rofi-prowlet

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

Use the Prowlarr search API to find torrents.

rofi-prowlet

See it in action

πŸ“¦ Installation

Dependencies

Optional:

Of course you'll also need 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.

About

πŸ”Ž Rofi wrapper for prowlet. Use the Prowlarr search API to find torrents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages