Linux command
tewi 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Connect to the default Transmission daemon
tewi
Connect to a qBittorrent instance
tewi --client-type qbittorrent --port [8080]
Connect to a Deluge instance via Web API
tewi --client-type deluge --port [8112]
Connect to a remote host
tewi --host [192.168.1.10] --port [9091]
Use a specific configuration profile
tewi --profile [myprofile]
说明
tewi is a terminal UI for managing BitTorrent daemons including Transmission, qBittorrent, and Deluge from a single interface. It supports multiple view modes (card, compact, oneline), torrent management operations, category and tag management, alternative speed limit switching, and search integration with Jackett, Prowlarr, and bitmagnet. Configuration profiles allow managing multiple daemon connections.
参数
- --host _host_
- Daemon host address (default: localhost)
- --port _port_
- Daemon port (default: 9091 for Transmission)
- --client-type _type_
- Client type: transmission, qbittorrent, or deluge
- --profile _name_
- Load a named configuration profile
- --profiles
- List available configuration profiles
- --badge-max-count _N_
- Maximum badge count displayed in torrent cards
- --badge-max-length _N_
- Maximum badge length in torrent cards
- --search-providers _providers_
- Specify enabled search providers/indexers
- --list-search-providers
- Display available search providers
- --help
- Display all available options
FAQ
What is the tewi command used for?
tewi is a terminal UI for managing BitTorrent daemons including Transmission, qBittorrent, and Deluge from a single interface. It supports multiple view modes (card, compact, oneline), torrent management operations, category and tag management, alternative speed limit switching, and search integration with Jackett, Prowlarr, and bitmagnet. Configuration profiles allow managing multiple daemon connections.
How do I run a basic tewi example?
Run `tewi` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --host _host_ do in tewi?
Daemon host address (default: localhost)