Mileage
A focused home management tool built for Mileage. Log entries, review trends, and export reports — all locally.
Why Mileage?
- - 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 | Add |
| INLINECODE1 |
Inventory |
|
mileage schedule | Schedule |
|
mileage remind | Remind |
|
mileage checklist | Checklist |
|
mileage usage | Usage |
|
mileage cost | Cost |
|
mileage maintain | Maintain |
|
mileage log | Log |
|
mileage report | Report |
|
mileage seasonal | Seasonal |
|
mileage tips | Tips |
|
mileage stats | Summary statistics |
|
mileage export |
Export (json|csv|txt) |
| mileage search | Search entries |
| mileage recent | Recent activity |
| mileage status | Health check |
| mileage help | Show this help |
| mileage version | Show version |
| mileage $name: | $c entries |
| mileage Total: | $total entries |
| mileage Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| mileage Version: | v2.0.0 |
| mileage Data | dir: $DATA_DIR |
| mileage Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| mileage Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| mileage Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| mileage Status: | OK |
| mileage [Mileage] | add: $input |
| mileage Saved. | Total add entries: $total |
| mileage [Mileage] | inventory: $input |
| mileage Saved. | Total inventory entries: $total |
| mileage [Mileage] | schedule: $input |
| mileage Saved. | Total schedule entries: $total |
| mileage [Mileage] | remind: $input |
| mileage Saved. | Total remind entries: $total |
| mileage [Mileage] | checklist: $input |
| mileage Saved. | Total checklist entries: $total |
| mileage [Mileage] | usage: $input |
| mileage Saved. | Total usage entries: $total |
| mileage [Mileage] | cost: $input |
| mileage Saved. | Total cost entries: $total |
| mileage [Mileage] | maintain: $input |
| mileage Saved. | Total maintain entries: $total |
| mileage [Mileage] | log: $input |
| mileage Saved. | Total log entries: $total |
| mileage [Mileage] | report: $input |
| mileage Saved. | Total report entries: $total |
| mileage [Mileage] | seasonal: $input |
| mileage Saved. | Total seasonal entries: $total |
| mileage [Mileage] | tips: $input |
| mileage Saved. | Total tips entries: $total |
Data Storage
All data is stored locally at ~/.local/share/mileage/. 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
查看可用操作
mileage help
检查当前状态
mileage status
查看统计数据
mileage stats
命令列表
| 命令 | 功能说明 |
|---|
| mileage add | 添加 |
| mileage inventory |
库存 |
| mileage schedule | 日程 |
| mileage remind | 提醒 |
| mileage checklist | 清单 |
| mileage usage | 使用情况 |
| mileage cost | 费用 |
| mileage maintain | 维护 |
| mileage log | 日志 |
| mileage report | 报告 |
| mileage seasonal | 季节性 |
| mileage tips | 提示 |
| mileage stats | 汇总统计 |
| mileage export | <格式> 导出(json|csv|txt) |
| mileage search | <关键词> 搜索条目 |
| mileage recent | 最近活动 |
| mileage status | 健康检查 |
| mileage help | 显示此帮助 |
| mileage version | 显示版本 |
| mileage $名称: | $c 条记录 |
| mileage 总计: | $total 条记录 |
| mileage 数据 | 大小:$(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| mileage 版本: | v2.0.0 |
| mileage 数据 | 目录:$DATA_DIR |
| mileage 条目数: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| mileage 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| mileage 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| mileage 状态: | 正常 |
| mileage [里程管理] | 添加:$input |
| mileage 已保存。 | 添加条目总数:$total |
| mileage [里程管理] | 库存:$input |
| mileage 已保存。 | 库存条目总数:$total |
| mileage [里程管理] | 日程:$input |
| mileage 已保存。 | 日程条目总数:$total |
| mileage [里程管理] | 提醒:$input |
| mileage 已保存。 | 提醒条目总数:$total |
| mileage [里程管理] | 清单:$input |
| mileage 已保存。 | 清单条目总数:$total |
| mileage [里程管理] | 使用情况:$input |
| mileage 已保存。 | 使用情况条目总数:$total |
| mileage [里程管理] | 费用:$input |
| mileage 已保存。 | 费用条目总数:$total |
| mileage [里程管理] | 维护:$input |
| mileage 已保存。 | 维护条目总数:$total |
| mileage [里程管理] | 日志:$input |
| mileage 已保存。 | 日志条目总数:$total |
| mileage [里程管理] | 报告:$input |
| mileage 已保存。 | 报告条目总数:$total |
| mileage [里程管理] | 季节性:$input |
| mileage 已保存。 | 季节性条目总数:$total |
| mileage [里程管理] | 提示:$input |
| mileage 已保存。 | 提示条目总数:$total |
数据存储
所有数据均本地存储在 ~/.local/share/mileage/ 目录下。每次操作都会记录时间戳。随时使用 export 命令备份数据。
反馈
发现错误或有建议?请告知我们:https://bytesagain.com/feedback/
由 BytesAgain 提供支持 | bytesagain.com | hello@bytesagain.com