Oven
Lightweight Oven tracker. Add entries, view stats, search history, and export in multiple formats.
Why Oven?
- - 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 |
|
oven schedule | Schedule |
|
oven remind | Remind |
|
oven checklist | Checklist |
|
oven usage | Usage |
|
oven cost | Cost |
|
oven maintain | Maintain |
|
oven log | Log |
|
oven report | Report |
|
oven seasonal | Seasonal |
|
oven tips | Tips |
|
oven stats | Summary statistics |
|
oven export |
Export (json|csv|txt) |
| oven search | Search entries |
| oven recent | Recent activity |
| oven status | Health check |
| oven help | Show this help |
| oven version | Show version |
| oven $name: | $c entries |
| oven Total: | $total entries |
| oven Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| oven Version: | v2.0.0 |
| oven Data | dir: $DATA_DIR |
| oven Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| oven Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| oven Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| oven Status: | OK |
| oven [Oven] | add: $input |
| oven Saved. | Total add entries: $total |
| oven [Oven] | inventory: $input |
| oven Saved. | Total inventory entries: $total |
| oven [Oven] | schedule: $input |
| oven Saved. | Total schedule entries: $total |
| oven [Oven] | remind: $input |
| oven Saved. | Total remind entries: $total |
| oven [Oven] | checklist: $input |
| oven Saved. | Total checklist entries: $total |
| oven [Oven] | usage: $input |
| oven Saved. | Total usage entries: $total |
| oven [Oven] | cost: $input |
| oven Saved. | Total cost entries: $total |
| oven [Oven] | maintain: $input |
| oven Saved. | Total maintain entries: $total |
| oven [Oven] | log: $input |
| oven Saved. | Total log entries: $total |
| oven [Oven] | report: $input |
| oven Saved. | Total report entries: $total |
| oven [Oven] | seasonal: $input |
| oven Saved. | Total seasonal entries: $total |
| oven [Oven] | tips: $input |
| oven Saved. | Total tips entries: $total |
Data Storage
All data is stored locally at ~/.local/share/oven/. 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
Oven
轻量级烤箱追踪器。添加条目、查看统计、搜索历史,并支持多种格式导出。
为什么选择 Oven?
- - 完全离线运行——你的数据永远不会离开你的设备
- 简单的命令行界面,无需图形界面
- 随时导出为 JSON、CSV 或纯文本格式
- 自动记录历史和活动日志
快速开始
bash
查看可用操作
oven help
检查当前状态
oven status
查看统计数据
oven stats
命令
| 命令 | 功能说明 |
|---|
| oven add | 添加 |
| oven inventory |
库存 |
| oven schedule | 计划 |
| oven remind | 提醒 |
| oven checklist | 清单 |
| oven usage | 使用 |
| oven cost | 成本 |
| oven maintain | 维护 |
| oven log | 日志 |
| oven report | 报告 |
| oven seasonal | 季节性 |
| oven tips | 提示 |
| oven stats | 汇总统计 |
| oven export | <格式> 导出 (json|csv|txt) |
| oven search | <关键词> 搜索条目 |
| oven recent | 最近活动 |
| oven status | 健康检查 |
| oven help | 显示此帮助 |
| oven version | 显示版本 |
| oven $name: | $c 条条目 |
| oven Total: | $total 条条目 |
| oven Data | 大小: $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| oven Version: | v2.0.0 |
| oven Data | 目录: $DATA_DIR |
| oven Entries: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 条总计 |
| oven Disk: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| oven Last: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| oven Status: | 正常 |
| oven [Oven] | 添加: $input |
| oven Saved. | 添加条目总计: $total |
| oven [Oven] | 库存: $input |
| oven Saved. | 库存条目总计: $total |
| oven [Oven] | 计划: $input |
| oven Saved. | 计划条目总计: $total |
| oven [Oven] | 提醒: $input |
| oven Saved. | 提醒条目总计: $total |
| oven [Oven] | 清单: $input |
| oven Saved. | 清单条目总计: $total |
| oven [Oven] | 使用: $input |
| oven Saved. | 使用条目总计: $total |
| oven [Oven] | 成本: $input |
| oven Saved. | 成本条目总计: $total |
| oven [Oven] | 维护: $input |
| oven Saved. | 维护条目总计: $total |
| oven [Oven] | 日志: $input |
| oven Saved. | 日志条目总计: $total |
| oven [Oven] | 报告: $input |
| oven Saved. | 报告条目总计: $total |
| oven [Oven] | 季节性: $input |
| oven Saved. | 季节性条目总计: $total |
| oven [Oven] | 提示: $input |
| oven Saved. | 提示条目总计: $total |
数据存储
所有数据均本地存储在 ~/.local/share/oven/ 目录下。每次操作都会附带时间戳记录。随时使用 export 命令备份你的数据。
反馈
发现 bug 或有建议?请告知我们:https://bytesagain.com/feedback/
由 BytesAgain 提供支持 | bytesagain.com | hello@bytesagain.com