Twitch chat in the terminal.
Go to file
Xithrius 0165ffaaa6
Larger follower count req, follower widget will always select
Follower count request is now 100 users instead of the default 20, so many more are loaded at once.

Along with this, the follower widget will always select the first item on filter change.

If no items are available and enter is hit, nothing will happen.
2023-07-30 21:34:53 -07:00
.devcontainer Addition of development container config and Dockerfile 2022-08-16 18:52:56 -07:00
.github Bump actions/checkout from 2 to 3 (#305) 2023-02-27 00:58:12 -08:00
.vscode Added clippy as rust analyzer's checker 2023-03-09 20:13:47 -08:00
assets New badges, preview image 2023-05-03 04:44:52 -07:00
book Made the keybind popup window align with documentation 2023-07-20 21:40:07 -07:00
src Larger follower count req, follower widget will always select 2023-07-30 21:34:53 -07:00
.editorconfig More editing/formatting configs 2022-09-02 00:03:30 -07:00
.gitignore Ignored fleet config 2022-10-12 12:20:40 -07:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate (#258) 2022-11-30 04:13:08 -08:00
Cargo.lock Bumped a bunch of crates 2023-07-24 20:32:20 -07:00
Cargo.toml Bumped a bunch of crates 2023-07-24 20:32:20 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md. 2021-10-10 14:10:23 -07:00
default-config.toml The first working user follower fetch 2023-07-24 00:51:38 -07:00
deny.toml More editing/formatting configs 2022-09-02 00:03:30 -07:00
LICENSE-APACHE Removed Apache appendix, bumped MIT year 2023-04-12 03:28:53 -07:00
LICENSE-MIT Removed Apache appendix, bumped MIT year 2023-04-12 03:28:53 -07:00
README.md Better centering 2023-05-05 18:19:46 -07:00
rustfmt.toml More editing/formatting configs 2022-09-02 00:03:30 -07:00
SECURITY.md Create SECURITY.md 2022-12-26 11:06:20 -08:00

twitch-tui

Twitch chat in the terminal.

crates CI pre-commit.ci status lines of code unsafe

Feature list

  • Read/send/search messages
  • Switch channels
  • Create and toggle filters
  • Command, channel, and mention suggestions
  • Customize functionality and looks to your liking using a config file

More information

If you have any problems, do not hesitate to submit an issue.

Combine this application with streamlink to rid the need of a browser while watching streams.

This project follows the guidelines of Semantic Versioning.