Skip to content

v1.5.0

Choose a tag to compare

@Xithrius Xithrius released this 03 Dec 11:57
· 675 commits to main since this release

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: v1.4.0...v1.5.0

Release available on crates.io.