foxygit / TransTUI Log in
commits tags

/docs/Home.md · 2.22 KB

raw

TransTUI wiki

TransTUI is a terminal client (ncurses) for the Transmission BitTorrent daemon, written in C. It talks directly to transmission-daemon's JSON-RPC API - no libcurl, jansson, or other heavy dependency required.

              ╭─ TransTUI ──────────────────────────────────────────╮
              │                                                     │
              │   █████ ████   ███  █   █  ████ █████ █   █ █████   │
              │     █   █   █ █   █ ██  █ █       █   █   █   █     │
              │     █   ████  █████ █ █ █  ███    █   █   █   █     │
              │     █   █  █  █   █ █  ██     █   █   █   █   █     │
              │     █   █   █ █   █ █   █ ████    █    ███  █████   │
              │                                                     │
              │               Transmission TUI Client               │
              ╰─────────────────────────────────────────────────────╯

Contents

Quick start

make && make install
transtui

See Installation for dependencies and Daemon: setup & troubleshooting if transtui can't connect to a daemon.