A simple rtorrent command line interface.
  • Haskell 99.4%
  • Shell 0.6%
Find a file
2025-08-08 22:44:31 +03:00
aliases.zsh Update to rtorrent-rpc 0.3.0.0. 2025-08-08 22:38:26 +03:00
LICENSE Initial version. 2014-10-08 02:01:11 +03:00
Main.hs Fix some documentation. 2025-08-08 22:44:31 +03:00
README.md Fix some documentation. 2025-08-08 22:44:31 +03:00
Render.hs Update to rtorrent-rpc 0.3.0.0. 2025-08-08 22:38:26 +03:00
rtorrent-cli.cabal Update to rtorrent-rpc 0.3.0.0. 2025-08-08 22:38:26 +03:00

rtorrent-cli

A simple rtorrent command line interface.

Add aliases.zsh to your .zshrc to use exec and cd.

You need to set network.scgi.open_local = (cat,(session.path),rpc.socket) or network.scgi.open_port = "127.0.0.1:5000" in your .rtorrent.rc so that rtorrent-rpc can connect to rtorrent.

Then you can set the environment variable RT_URL to be unix://~/.rtorrent/rpc.socket or tcp://localhost:5000, but exec and cd won't work nicely unless rtorrent is running on localhost.