Milestone
A focused utility tools tool built for Milestone. Log entries, review trends, and export reports — all locally.
Why Milestone?
- - 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 | Run |
| INLINECODE1 |
Check |
|
milestone convert | Convert |
|
milestone analyze | Analyze |
|
milestone generate | Generate |
|
milestone preview | Preview |
|
milestone batch | Batch |
|
milestone compare | Compare |
|
milestone export | Export |
|
milestone config | Config |
|
milestone status | Status |
|
milestone report | Report |
|
milestone stats | Summary statistics |
|
milestone export |
Export (json|csv|txt) |
| milestone search | Search entries |
| milestone recent | Recent activity |
| milestone status | Health check |
| milestone help | Show this help |
| milestone version | Show version |
| milestone $name: | $c entries |
| milestone Total: | $total entries |
| milestone Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| milestone Version: | v2.0.0 |
| milestone Data | dir: $DATA_DIR |
| milestone Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| milestone Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| milestone Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| milestone Status: | OK |
| milestone [Milestone] | run: $input |
| milestone Saved. | Total run entries: $total |
| milestone [Milestone] | check: $input |
| milestone Saved. | Total check entries: $total |
| milestone [Milestone] | convert: $input |
| milestone Saved. | Total convert entries: $total |
| milestone [Milestone] | analyze: $input |
| milestone Saved. | Total analyze entries: $total |
| milestone [Milestone] | generate: $input |
| milestone Saved. | Total generate entries: $total |
| milestone [Milestone] | preview: $input |
| milestone Saved. | Total preview entries: $total |
| milestone [Milestone] | batch: $input |
| milestone Saved. | Total batch entries: $total |
| milestone [Milestone] | compare: $input |
| milestone Saved. | Total compare entries: $total |
| milestone [Milestone] | export: $input |
| milestone Saved. | Total export entries: $total |
| milestone [Milestone] | config: $input |
| milestone Saved. | Total config entries: $total |
| milestone [Milestone] | status: $input |
| milestone Saved. | Total status entries: $total |
| milestone [Milestone] | report: $input |
| milestone Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/milestone/. 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
里程碑
一款为里程碑打造的专注型实用工具集。记录日志、查看趋势、导出报告——全部在本地完成。
为何选择里程碑?
- - 完全离线运行——你的数据永远不会离开你的设备
- 简洁的命令行界面,无需图形界面
- 随时导出为JSON、CSV或纯文本格式
- 自动记录历史与活动日志
快速上手
bash
查看可用操作
milestone help
检查当前状态
milestone status
查看统计数据
milestone stats
命令
| 命令 | 功能说明 |
|---|
| milestone run | 运行 |
| milestone check |
检查 |
| milestone convert | 转换 |
| milestone analyze | 分析 |
| milestone generate | 生成 |
| milestone preview | 预览 |
| milestone batch | 批量处理 |
| milestone compare | 比较 |
| milestone export | 导出 |
| milestone config | 配置 |
| milestone status | 状态 |
| milestone report | 报告 |
| milestone stats | 汇总统计 |
| milestone export | <格式> 导出(json|csv|txt) |
| milestone search | <关键词> 搜索条目 |
| milestone recent | 最近活动 |
| milestone status | 健康检查 |
| milestone help | 显示此帮助 |
| milestone version | 显示版本 |
| milestone $名称: | $c 条条目 |
| milestone 总计: | $total 条条目 |
| milestone 数据 | 大小: $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| milestone 版本: | v2.0.0 |
| milestone 数据 | 目录: $DATA_DIR |
| milestone 条目数: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| milestone 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| milestone 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| milestone 状态: | 正常 |
| milestone [里程碑] | 运行: $input |
| milestone 已保存。 | 运行条目总数: $total |
| milestone [里程碑] | 检查: $input |
| milestone 已保存。 | 检查条目总数: $total |
| milestone [里程碑] | 转换: $input |
| milestone 已保存。 | 转换条目总数: $total |
| milestone [里程碑] | 分析: $input |
| milestone 已保存。 | 分析条目总数: $total |
| milestone [里程碑] | 生成: $input |
| milestone 已保存。 | 生成条目总数: $total |
| milestone [里程碑] | 预览: $input |
| milestone 已保存。 | 预览条目总数: $total |
| milestone [里程碑] | 批量处理: $input |
| milestone 已保存。 | 批量处理条目总数: $total |
| milestone [里程碑] | 比较: $input |
| milestone 已保存。 | 比较条目总数: $total |
| milestone [里程碑] | 导出: $input |
| milestone 已保存。 | 导出条目总数: $total |
| milestone [里程碑] | 配置: $input |
| milestone 已保存。 | 配置条目总数: $total |
| milestone [里程碑] | 状态: $input |
| milestone 已保存。 | 状态条目总数: $total |
| milestone [里程碑] | 报告: $input |
| milestone 已保存。 | 报告条目总数: $total |
数据存储
所有数据均本地存储在 ~/.local/share/milestone/ 目录下。每次操作都会附带时间戳进行记录。使用 export 命令可随时备份数据。
反馈
发现错误或有建议?请告诉我们:https://bytesagain.com/feedback/
由BytesAgain提供支持 | bytesagain.com | hello@bytesagain.com