Twitch chat in the terminal.
Go to file
dependabot[bot] ce2d86b3b2
Bump openssl from 0.10.56 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.56 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.56...openssl-v0.10.60)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 21:41:47 +00:00
.devcontainer Addition of development container config and Dockerfile 2022-08-16 18:52:56 -07:00
.github Bump actions/checkout from 3 to 4 2023-10-30 07:04:36 +00: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 Flakehub CI, config, bumped ratatui to 0.24.0 2023-10-23 21:27:19 -07:00
src Fix display issues with some emotes 2023-11-26 23:41:39 +01:00
.editorconfig More editing/formatting configs 2022-09-02 00:03:30 -07:00
.gitignore Add nix flake 2023-10-20 19:25:28 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-10-09 19:00:54 +00:00
Cargo.lock Bump openssl from 0.10.56 to 0.10.60 2023-11-28 21:41:47 +00:00
Cargo.toml Fix display issues with some emotes 2023-11-26 23:41:39 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md. 2021-10-10 14:10:23 -07:00
default-config.toml Unsupported screen size CLI arg 2023-08-29 21:03:00 -07:00
deny.toml More editing/formatting configs 2022-09-02 00:03:30 -07:00
flake.lock Add nix flake 2023-10-20 19:25:28 +01:00
flake.nix Add nix flake 2023-10-20 19:25:28 +01: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.