Skip to content
/ tewi Public

Text-based interface for the Transmission BitTorrent daemon

License

Notifications You must be signed in to change notification settings

anlar/tewi

Repository files navigation

Tewi

Text-based interface for the Transmission BitTorrent daemon

About

Tewi Screen Shot

Tewi is a TUI (text user interface) interface for the Transmission BitTorrent daemon.

Features:

  • Connect to Transmission daemon by its credentials
  • Browse torrents list
  • Card and compact view modes
  • Display torrent details: overview, files, trackers, peers
  • Torrent actions: start/pause, remove/trash, verify, reannounce
  • View and toggle Turtle Mode
  • View Transmission session statistics
  • Dark and light color themes

Built With

Getting Started

Prerequisites

Tewi requires Python 3.10+.

Installation

Recommended way to install is to use pipx or pip:

$ pipx install tewi-transmission

Usage

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.

Roadmap

  • Torrents filtering
  • Ability to change torrent sorting order

See the open issues for a full list of proposed features (and known issues).

Contributing

Feel free to open bug reports and send pull requests.

License

Distributed under the GPL3+ license. See LICENSE.txt for more information.