A simple TUI client for the transmission-cli
.
- Written in
bash
.
Based on the original project from dylanaraps
I decided to change the name (to not conflict with other existing programs) and add many more features.
bash
transmission-cli
This is a bash
script, so it does not require an installation.
Nevertheless, if you want to properly configure the .config/tormix
directory for color support
and place the script and its man page in the proper directories of /usr
, you can run
./install
In any case, you can always place the script where you like manually.
- Start
transmission-daemon
. - Run
tormix
.
- Autocomplete of torrent ids to start, pause or remove them
- Autocomplete of local paths to add new torrent
- Customizable color themes
- Smoother interface (as few screen redraws as possible
... More to come