Twitch
Manage Twitch data right from your terminal. Built for people who want get things done faster without complex setup.
Why Twitch?
- - Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
CODEBLOCK0
Commands
| Command | What it does |
|---|
| INLINECODE0 | Roll |
| INLINECODE1 |
Score |
|
twitch rank | Rank |
|
twitch history | History |
|
twitch stats | Stats |
|
twitch challenge | Challenge |
|
twitch create | Create |
|
twitch join | Join |
|
twitch track | Track |
|
twitch leaderboard | Leaderboard |
|
twitch reward | Reward |
|
twitch reset | Reset |
|
twitch stats | Summary statistics |
|
twitch export |
Export (json|csv|txt) |
| twitch search | Search entries |
| twitch recent | Recent activity |
| twitch status | Health check |
| twitch help | Show this help |
| twitch version | Show version |
| twitch $name: | $c entries |
| twitch Total: | $total entries |
| twitch Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| twitch Version: | v2.0.0 |
| twitch Data | dir: $DATA_DIR |
| twitch Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| twitch Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| twitch Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| twitch Status: | OK |
| twitch [Twitch] | roll: $input |
| twitch Saved. | Total roll entries: $total |
| twitch [Twitch] | score: $input |
| twitch Saved. | Total score entries: $total |
| twitch [Twitch] | rank: $input |
| twitch Saved. | Total rank entries: $total |
| twitch [Twitch] | history: $input |
| twitch Saved. | Total history entries: $total |
| twitch [Twitch] | stats: $input |
| twitch Saved. | Total stats entries: $total |
| twitch [Twitch] | challenge: $input |
| twitch Saved. | Total challenge entries: $total |
| twitch [Twitch] | create: $input |
| twitch Saved. | Total create entries: $total |
| twitch [Twitch] | join: $input |
| twitch Saved. | Total join entries: $total |
| twitch [Twitch] | track: $input |
| twitch Saved. | Total track entries: $total |
| twitch [Twitch] | leaderboard: $input |
| twitch Saved. | Total leaderboard entries: $total |
| twitch [Twitch] | reward: $input |
| twitch Saved. | Total reward entries: $total |
| twitch [Twitch] | reset: $input |
| twitch Saved. | Total reset entries: $total |
Data Storage
All data is stored locally at ~/.local/share/twitch/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Twitch
直接在终端中管理Twitch数据。专为希望无需复杂设置即可更快完成任务的人打造。
为什么选择Twitch?
- - 完全离线运行——你的数据永远不会离开你的机器
- 简单的命令行界面,无需图形界面
- 随时导出为JSON、CSV或纯文本格式
- 自动记录历史和活动日志
快速开始
bash
查看可用操作
twitch help
检查当前状态
twitch status
查看统计数据
twitch stats
命令
| 命令 | 功能说明 |
|---|
| twitch roll | 随机抽取 |
| twitch score |
评分 |
| twitch rank | 排名 |
| twitch history | 历史记录 |
| twitch stats | 统计信息 |
| twitch challenge | 挑战 |
| twitch create | 创建 |
| twitch join | 加入 |
| twitch track | 追踪 |
| twitch leaderboard | 排行榜 |
| twitch reward | 奖励 |
| twitch reset | 重置 |
| twitch stats | 汇总统计 |
| twitch export | <格式> 导出 (json|csv|txt) |
| twitch search | <关键词> 搜索条目 |
| twitch recent | 最近活动 |
| twitch status | 健康检查 |
| twitch help | 显示此帮助 |
| twitch version | 显示版本 |
| twitch $name: | $c 条条目 |
| twitch 总计: | $total 条条目 |
| twitch 数据 | 大小: $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| twitch 版本: | v2.0.0 |
| twitch 数据 | 目录: $DATA_DIR |
| twitch 条目数: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| twitch 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| twitch 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| twitch 状态: | 正常 |
| twitch [Twitch] | roll: $input |
| twitch 已保存。 | 总随机抽取条目数: $total |
| twitch [Twitch] | score: $input |
| twitch 已保存。 | 总评分条目数: $total |
| twitch [Twitch] | rank: $input |
| twitch 已保存。 | 总排名条目数: $total |
| twitch [Twitch] | history: $input |
| twitch 已保存。 | 总历史记录条目数: $total |
| twitch [Twitch] | stats: $input |
| twitch 已保存。 | 总统计条目数: $total |
| twitch [Twitch] | challenge: $input |
| twitch 已保存。 | 总挑战条目数: $total |
| twitch [Twitch] | create: $input |
| twitch 已保存。 | 总创建条目数: $total |
| twitch [Twitch] | join: $input |
| twitch 已保存。 | 总加入条目数: $total |
| twitch [Twitch] | track: $input |
| twitch 已保存。 | 总追踪条目数: $total |
| twitch [Twitch] | leaderboard: $input |
| twitch 已保存。 | 总排行榜条目数: $total |
| twitch [Twitch] | reward: $input |
| twitch 已保存。 | 总奖励条目数: $total |
| twitch [Twitch] | reset: $input |
| twitch 已保存。 | 总重置条目数: $total |
数据存储
所有数据本地存储在 ~/.local/share/twitch/ 目录下。每个操作都会附带时间戳记录。随时使用 export 命令备份数据。
反馈
发现bug或有建议?请告知我们:https://bytesagain.com/feedback/
由BytesAgain提供 | bytesagain.com | hello@bytesagain.com