使用方法 直接下载 releases 中的 bin文件即可
风格1: chatroom
风格2: pure
风格3: simple
风格4: info (感谢@soft98-top添加的theme4)
项目文件:
sender 发送弹幕的实现
getter 获取弹幕的实现
ui TUI的实现
使用:
go run main.go
也可以从 参数定义 roomId, theme 优先级高于config(-r roomId, -t theme)
go run main.go -c config.toml -r 9527 -t 1
配置:
默认配置文件: ~/.config/bili/config.toml
参数说明:
-c string:configfile
-r string:roomId
-t int:theme
-l int:singleline
-s int:showtime
快捷键:
- <esc> 退出
- <ctrl+c> 退出
- <ctrl+u> 清空输入内容
- 上一个输入记录
- 下一个输入记录
zaiic/bili-live-chat: A bilibili streaming chat tool using TUI written in Rust.