Tewi is a TUI (text user interface) interface for the Transmission BitTorrent daemon.
Features:
- Connect to Transmission daemon by its credentials
- Browse torrents list
- Different view modes: card, compact, oneline
- Display torrent details: overview, files, trackers, peers
- Add new torrents
- Torrent actions: start/pause, remove/trash, verify, reannounce
- View and toggle Turtle Mode
- View Transmission session statistics
- Dark and light color themes
Tewi requires Python 3.10+.
Recommended way to install is to use pipx
or pip
:
$ pipx install tewi-transmission
Launch Tewi from command line:
$ tewi
By default it connects to Transmission daemon on http://localhost:9091. To change these settings you could specify your connection details:
$ tewi --host XXXX --port XXXX
Check other command line options using help command:
$ tewi --help
View available hot-keys in Tewi by pressing ?
key.
See the open issues for a full list of proposed features (and known issues).
Feel free to open bug reports and send pull requests.
Distributed under the GPL3+ license. See LICENSE.txt
for more information.