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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca72931 · Feb 27, 2025
Dec 9, 2024
Oct 30, 2024
Feb 27, 2025
Jan 16, 2025
Feb 27, 2025
Oct 10, 2024
Oct 10, 2024
Oct 17, 2024
Oct 30, 2024
Feb 25, 2025

Repository files navigation

Tewi logo

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
  • 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

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

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.