LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

twitch-tui

Twitch chat client in the terminal

TLDR

Launch the Twitch chat TUI
$ twt
copy
Display help
$ twt --help
copy
Display version
$ twt --version
copy
Connect to a specific channel
$ twt -c [channel_name]
copy
Use a custom config file
$ twt --config [path/to/config.toml]
copy

SYNOPSIS

twt [options]

DESCRIPTION

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.

PARAMETERS

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

CONFIGURATION

~/.config/twt/config.toml

Main configuration file for channels, appearance, and keybindings.

HISTORY

twitch-tui was created by Xithrius and is written in Rust.

SEE ALSO

streamlink(1), irssi(1), weechat(1)

Copied to clipboard
Kai