Application now has support for CLI arguments. Anything put through the command line will overwrite in-file config settings.
Information on how to use command-line arguments are showed through twt --help
:
twitch-tui 1.5.0
Xithrius <xithrius@gmail.com>
Twitch chat in the terminal
USAGE:
twt [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --channel <channel> The streamer's name
-d, --date-shown <date-shown> Show the date/time [possible values: true, false]
-m, --max-messages <max-messages> The maximum amount of messages to be stored
-u, --max-username-length <max-username-length> Maximum length for Twitch usernames
-p, --palette <palette>
Username color palette [default: pastel] [possible values: pastel, vibrant, warm, cool]
-t, --tick-delay <tick-delay> The delay in milliseconds between terminal updates
-a, --username-alignment <username-alignment> Username column alignment [possible values: left, center, right]
Full Changelog: https://github.com/Xithrius/twitch-tui/compare/v1.4.0...v1.5.0
Release available on crates.io.
Source code(tar.gz)
Source code(zip)