./chat/twitch-tui, Twitch chat in the terminal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.17, Package name: twitch-tui-2.6.17, Maintainer: schmonz

Twitch chat in the terminal. 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


Master sites:

Filesize: 224.366 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 00:39:18 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
twitch-tui: update to 2.6.17. Changes:

- Sort the emote picker list by match score instead of
  alphabetical order
   2024-08-20 01:58:19 by Amitai Schleier | Files touched by this commit (7) | Package updated
Log message:
twitch-tui: update to 2.6.16. Changes:

- Fixed crash when underlining in the UI on Windows
- Fixed off by one error in highlight
   2024-07-30 16:54:06 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
twitch-tui: update to 2.6.14. Changes:

- Implemented NO_COLOR environment variable standard (#629)
- Fixed missing items in default config and docs (#618, #619)
   2024-06-23 23:03:35 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
twitch-tui: update to 2.6.13. Changes:

- Fixed subscriber emotes not rendering when used (#616)
   2024-06-15 02:18:19 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
twitch-tui: update to 2.6.12. Changes:

- Fixed crash when emotes are disabled (#612)
- Implemented the ability to use one channel's subscriber emotes in
  other channels (#591)
   2024-05-21 12:49:21 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
twitch-tui: update to 2.6.10. Changes:

- Fixed usernames being only lowercase, ignoring what the actual
  username contained
   2024-05-19 15:57:33 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
twitch-tui: update to 2.6.9. Changes:

- Fixed channel switcher not exiting when connecting to a new channel
- Corrected vertical margins when turning off chat border (config option
  of frontend.hide_chat_border)
- Added missing documentation for opening channel in browser
   2024-05-13 22:19:04 by Amitai Schleier | Files touched by this commit (5) | Package updated
Log message:
twitch-tui: update to 2.6.8. Changes:

- Fixed token environment variable (TWT_TOKEN) not being found.