{"id":43025816,"url":"https://github.com/cmpadden/transmission-tui","last_synced_at":"2026-02-05T12:00:36.146Z","repository":{"id":335404645,"uuid":"1145610785","full_name":"cmpadden/transmission-tui","owner":"cmpadden","description":"An unofficial TUI for Transmission","archived":false,"fork":false,"pushed_at":"2026-01-31T19:54:03.000Z","size":149,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T16:51:37.067Z","etag":null,"topics":["cli","ratatui","rust","torrents","transmission","tui"],"latest_commit_sha":null,"homepage":"https://transmissionbt.com/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmpadden.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T01:55:58.000Z","updated_at":"2026-01-31T19:54:06.000Z","dependencies_parsed_at":"2026-02-01T08:02:38.466Z","dependency_job_id":null,"html_url":"https://github.com/cmpadden/transmission-tui","commit_stats":null,"previous_names":["cmpadden/transmission-tui"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cmpadden/transmission-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Ftransmission-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Ftransmission-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Ftransmission-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Ftransmission-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmpadden","download_url":"https://codeload.github.com/cmpadden/transmission-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Ftransmission-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29040716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:57:37.951Z","status":"ssl_error","status_checked_at":"2026-02-03T09:55:14.920Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","ratatui","rust","torrents","transmission","tui"],"created_at":"2026-01-31T07:07:40.087Z","updated_at":"2026-02-03T10:00:40.160Z","avatar_url":"https://github.com/cmpadden.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transmission-tui\n\nA [Ratatui](https://github.com/ratatui/ratatui)-based terminal UI for managing `transmission-daemon` instances.\n\n```\n┌ Session ─────────────────────────────────────────────────────────────────────────────────┐\n│Transmission  |  http://localhost:9091/transmission/rpc                                   │\n│DL  0.0B/s  UL  1.4KiB/s  | Active 1  Paused 1  Total 2  | Version 4.0.6 (38c164933e)     │\n└──────────────────────────────────────────────────────────────────────────────────────────┘\n┌ Torrents ────────────────────────────────────────────────────────────────────────────────┐\n│\u003e archlinux-2026.01.01-x86_64.iso           seeding      100.0%  DL  0.0B/s  UL 1000.0B/s │\n│  archlinux-2025.12.01-x86_64.iso           stopped        0.0%  DL  0.0B/s  UL  0.0B/s   │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n│                                                                                          │\n└──────────────────────────────────────────────────────────────────────────────────────────┘\n┌ Details ─────────────────────────────────────────────────────────────────────────────────┐\n│archlinux-2026.01.01-x86_64.iso                                                           │\n│Status: seeding                                                                           │\n│Progress: 100.0%  ETA ∞                                                                   │\n│Size:  1.4 GiB (remaining  0.0 B)                                                         │\n│Rates: DL  0.0B/s  UL 1000.0B/s                                                           │\n│Ratio: 0.01                                                                               │\n│Peers: sending 0 | receiving 1 | connected 50                                             │\n└──────────────────────────────────────────────────────────────────────────────────────────┘\nMode NORMAL | Filter (no filter)                                                    Help [?]\n```\n\n## Installation\n\n```\ncargo install --git https://github.com/cmpadden/transmission-tui --locked\n```\n\n## Features\n\n- Async-friendly RPC worker thread that keeps the UI responsive while polling the daemon.\n- Configurable connection settings via CLI flags, environment variables, or a `$XDG_CONFIG_HOME/transmission-tui/config.toml` file.\n- Session status bar showing live download/upload speeds, torrent counts, and alert messages.\n- Scrollable torrent list with filtering, sorting preservation, and focus retention when new torrents arrive.\n- Detail pane with progress, ETA, transfer rates, ratios, peer counts, download path, and error text.\n- Inline magnet prompt with automatic focus on the added/duplicate torrent once the daemon responds.\n\n## Configuration\n\nSettings are resolved in this order: CLI flag → environment variable → config file → default.\n\n| CLI flag | Environment variable | Description |\n| --- | --- | --- |\n| `--url` | `TRANSMISSION_URL` | Full RPC URL; overrides host/port/path |\n| `--host` | `TRANSMISSION_HOST` | Daemon host (default `localhost`) |\n| `--port` | `TRANSMISSION_PORT` | Daemon port (default `9091`) |\n| `--path` | `TRANSMISSION_RPC_PATH` | RPC path (default `/transmission/rpc`) |\n| `--username` | `TRANSMISSION_USERNAME` | Basic auth username |\n| `--password` | `TRANSMISSION_PASSWORD` | Basic auth password |\n| `--timeout` | `TRANSMISSION_TIMEOUT` | HTTP timeout in seconds (default `10`) |\n| `--poll-interval` | `TRANSMISSION_POLL_INTERVAL` | Background refresh cadence in seconds (default `3`) |\n| `--tls/--no-tls` | `TRANSMISSION_TLS` | Force HTTPS on/off (default HTTP) |\n| `--insecure` | `TRANSMISSION_VERIFY_SSL=0` | Disable TLS verification |\n| `--log-level` | `TRANSMISSION_LOG_LEVEL` | `trace`, `debug`, `info`, etc. |\n| `--config` | `TRANSMISSION_TUI_CONFIG` | Path to config.toml |\n\nConfig file example (`$XDG_CONFIG_HOME/transmission-tui/config.toml`):\n\n```toml\n[rpc]\nhost = \"nas.lan\"\nport = 9091\nusername = \"media\"\npassword = \"secret\"\ntls = true\nverify_ssl = false\npoll_interval = 2.5\n```\nPress `o` in normal mode to open the in-app **Preferences** overlay. The UI fetches the daemon's live session settings (the same ones in `settings.json`) and lets you adjust them without leaving the terminal. You can tweak the download folder, whether torrents start automatically, upload/download limits, stop-at-ratio and idle timers, peer limits, encryption policy (prefer/allow/require), peer discovery toggles (PEX/DHT/LPD), and blocklist settings, then save the changes straight to the running daemon.\n\n## Key Bindings\n\n- `j` / `k`: Move selection down/up\n- `g` / `G`: Jump to top/bottom\n- `Ctrl+d` / `Ctrl+u`: Half-page scroll\n- `/`: Inline name filter (type + Enter, Esc to cancel)\n- `r`: Resume/start the selected torrent\n- `p`: Pause the selected torrent\n- `R`: Manual refresh (in addition to the background poller)\n- `a`: Add magnet link (paste + Enter, Esc to cancel)\n- `o`: Edit daemon preferences (download dir, limits, etc.)\n- `dd`: Remove the selected torrent (confirmation prompt)\n- `?`: Toggle the in-app help overlay with the full binding list\n- `q` or `Ctrl+c`: Quit the UI\n\nThe footer shows the current mode (NORMAL / FILTER / PROMPT / CONFIRM / HELP), the active filter string, and a `Help (?)` hint you can press anytime in normal mode.\n\n## Contributing\n\nSee `CONTRIBUTING.md` for build instructions, architecture notes, and development tips.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpadden%2Ftransmission-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmpadden%2Ftransmission-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpadden%2Ftransmission-tui/lists"}