Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to commandline@programming.devEnglish · 5 months agotwitch-tui: Twitch chat in the terminalgithub.comexternal-linkmessage-square10fedilinkarrow-up135arrow-down11cross-posted to: cool_github_projects@programming.dev
arrow-up134arrow-down1external-linktwitch-tui: Twitch chat in the terminalgithub.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to commandline@programming.devEnglish · 5 months agomessage-square10fedilinkcross-posted to: cool_github_projects@programming.dev
minus-squarecobwoms@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·5 months agowow i was impressed to see the emote support. how about third party emote support? PauseChamp
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comOPlinkfedilinkEnglisharrow-up2·5 months agoIt supports BTTV, 7TV and FFZ https://xithrius.github.io/twitch-tui/guide/configuration.html#emotes
minus-squarecobwoms@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·5 months agothanks! i was just configuring it myself and i saw that! amazing
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comOPlinkfedilinkEnglisharrow-up1·5 months agoUnfortunately, I didn’t get it to work. Neither in iTerm2, kitty or WezTerm.
minus-squarecobwoms@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·5 months agoit explicitly checks for the environment variable “TERM=xterm-kitty” if that helps.
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comOPlinkfedilinkEnglisharrow-up1·edit-25 months agoBruh, I specifically changed this variable, so I wouldn’t have issues with ssh, because it doesn’t work with TERM=xterm-kitty Edit: I figured I could just use a simple alias twt="TERM=xterm-kitty twt" in my shell config to fix this.
wow i was impressed to see the emote support. how about third party emote support? PauseChamp
It supports BTTV, 7TV and FFZ
https://xithrius.github.io/twitch-tui/guide/configuration.html#emotes
thanks! i was just configuring it myself and i saw that! amazing
Unfortunately, I didn’t get it to work. Neither in iTerm2, kitty or WezTerm.
it explicitly checks for the environment variable “TERM=xterm-kitty” if that helps.
Bruh, I specifically changed this variable, so I wouldn’t have issues with ssh, because it doesn’t work with TERM=xterm-kitty
Edit: I figured I could just use a simple
alias twt="TERM=xterm-kitty twt"
in my shell config to fix this.