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