Dice
A focused gaming & entertainment tool built for Dice. Log entries, review trends, and export reports — all locally.
Why Dice?
- - 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 |
|
dice rank | Rank |
|
dice history | History |
|
dice stats | Stats |
|
dice challenge | Challenge |
|
dice create | Create |
|
dice join | Join |
|
dice track | Track |
|
dice leaderboard | Leaderboard |
|
dice reward | Reward |
|
dice reset | Reset |
|
dice stats | Summary statistics |
|
dice export |
Export (json|csv|txt) |
| dice search | Search entries |
| dice recent | Recent activity |
| dice status | Health check |
| dice help | Show this help |
| dice version | Show version |
| dice $name: | $c entries |
| dice Total: | $total entries |
| dice Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| dice Version: | v2.0.0 |
| dice Data | dir: $DATA_DIR |
| dice Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| dice Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| dice Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| dice Status: | OK |
| dice [Dice] | roll: $input |
| dice Saved. | Total roll entries: $total |
| dice [Dice] | score: $input |
| dice Saved. | Total score entries: $total |
| dice [Dice] | rank: $input |
| dice Saved. | Total rank entries: $total |
| dice [Dice] | history: $input |
| dice Saved. | Total history entries: $total |
| dice [Dice] | stats: $input |
| dice Saved. | Total stats entries: $total |
| dice [Dice] | challenge: $input |
| dice Saved. | Total challenge entries: $total |
| dice [Dice] | create: $input |
| dice Saved. | Total create entries: $total |
| dice [Dice] | join: $input |
| dice Saved. | Total join entries: $total |
| dice [Dice] | track: $input |
| dice Saved. | Total track entries: $total |
| dice [Dice] | leaderboard: $input |
| dice Saved. | Total leaderboard entries: $total |
| dice [Dice] | reward: $input |
| dice Saved. | Total reward entries: $total |
| dice [Dice] | reset: $input |
| dice Saved. | Total reset entries: $total |
Data Storage
All data is stored locally at ~/.local/share/dice/. 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
Dice
一款专为Dice打造的专注型游戏与娱乐工具。可记录条目、查看趋势并导出报告——所有操作均在本地完成。
为什么选择Dice?
- - 完全离线运行——您的数据永远不会离开您的设备
- 简洁的命令行界面,无需图形界面
- 随时导出为JSON、CSV或纯文本格式
- 自动记录历史与活动日志
快速开始
bash
查看可用操作
dice help
检查当前状态
dice status
查看统计数据
dice stats
命令列表
| 命令 | 功能说明 |
|---|
| dice roll | 投掷 |
| dice score |
计分 |
| dice rank | 排名 |
| dice history | 历史记录 |
| dice stats | 统计信息 |
| dice challenge | 挑战 |
| dice create | 创建 |
| dice join | 加入 |
| dice track | 追踪 |
| dice leaderboard | 排行榜 |
| dice reward | 奖励 |
| dice reset | 重置 |
| dice stats | 汇总统计 |
| dice export | <格式> 导出(json|csv|txt) |
| dice search | <关键词> 搜索条目 |
| dice recent | 最近活动 |
| dice status | 健康检查 |
| dice help | 显示此帮助信息 |
| dice version | 显示版本号 |
| dice $name: | $c 条条目 |
| dice Total: | $total 条条目 |
| dice Data | 大小: $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| dice Version: | v2.0.0 |
| dice Data | 目录: $DATA_DIR |
| dice Entries: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| dice Disk: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| dice Last: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| dice Status: | 正常 |
| dice [Dice] | 投掷: $input |
| dice Saved. | 投掷条目总数: $total |
| dice [Dice] | 计分: $input |
| dice Saved. | 计分条目总数: $total |
| dice [Dice] | 排名: $input |
| dice Saved. | 排名条目总数: $total |
| dice [Dice] | 历史记录: $input |
| dice Saved. | 历史条目总数: $total |
| dice [Dice] | 统计: $input |
| dice Saved. | 统计条目总数: $total |
| dice [Dice] | 挑战: $input |
| dice Saved. | 挑战条目总数: $total |
| dice [Dice] | 创建: $input |
| dice Saved. | 创建条目总数: $total |
| dice [Dice] | 加入: $input |
| dice Saved. | 加入条目总数: $total |
| dice [Dice] | 追踪: $input |
| dice Saved. | 追踪条目总数: $total |
| dice [Dice] | 排行榜: $input |
| dice Saved. | 排行榜条目总数: $total |
| dice [Dice] | 奖励: $input |
| dice Saved. | 奖励条目总数: $total |
| dice [Dice] | 重置: $input |
| dice Saved. | 重置条目总数: $total |
数据存储
所有数据均本地存储在 ~/.local/share/dice/ 目录下。每次操作都会附带时间戳进行记录。您可随时使用 export 命令备份数据。
反馈
发现Bug或有建议?请告知我们:https://bytesagain.com/feedback/
由BytesAgain提供技术支持 | bytesagain.com | hello@bytesagain.com