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

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

-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