Linux command
twitch-tui 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Twitch chat TUI
twt
Display help
twt --help
Display version
twt --version
Connect to a specific channel
twt -c [channel_name]
Use a custom config file
twt --config [path/to/config.toml]
说明
twitch-tui is a terminal user interface for reading and interacting with Twitch chat. It features Vim and Emacs inspired keybindings and is designed to pair with streamlink, eliminating the need for a browser while watching Twitch streams. Configuration is managed through a TOML config file generated on first run. The config controls channels, appearance, and keybindings.
参数
- -c _CHANNEL_, --channel _CHANNEL_
- Channel to connect to on launch (overrides config).
- -C _PATH_, --config _PATH_
- Path to a custom configuration file.
- -t _TOKEN_, --token _TOKEN_
- Twitch OAuth token (overrides config token).
- -h, --help
- Display help information.
- -V, --version
- Display version information.
FAQ
What is the twitch-tui command used for?
twitch-tui is a terminal user interface for reading and interacting with Twitch chat. It features Vim and Emacs inspired keybindings and is designed to pair with streamlink, eliminating the need for a browser while watching Twitch streams. Configuration is managed through a TOML config file generated on first run. The config controls channels, appearance, and keybindings.
How do I run a basic twitch-tui example?
Run `twt` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c _CHANNEL_, --channel _CHANNEL_ do in twitch-tui?
Channel to connect to on launch (overrides config).