Skip to content

ckardaris/tormix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tormix

img

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.

Dependencies

  • bash
  • transmission-cli

Installation

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.

Running

  1. Start transmission-daemon.
  2. Run tormix.

Features

  • 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