Currency
Your personal Currency assistant. Track, analyze, and manage all your travel planning needs from the command line.
Why Currency?
- - 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 | Plan |
| INLINECODE1 |
Search |
|
currency book | Book |
|
currency pack-list | Pack List |
|
currency budget | Budget |
|
currency convert | Convert |
|
currency weather | Weather |
|
currency route | Route |
|
currency checklist | Checklist |
|
currency journal | Journal |
|
currency compare | Compare |
|
currency remind | Remind |
|
currency stats | Summary statistics |
|
currency export |
Export (json|csv|txt) |
| currency search | Search entries |
| currency recent | Recent activity |
| currency status | Health check |
| currency help | Show this help |
| currency version | Show version |
| currency $name: | $c entries |
| currency Total: | $total entries |
| currency Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| currency Version: | v2.0.0 |
| currency Data | dir: $DATA_DIR |
| currency Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| currency Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| currency Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| currency Status: | OK |
| currency [Currency] | plan: $input |
| currency Saved. | Total plan entries: $total |
| currency [Currency] | search: $input |
| currency Saved. | Total search entries: $total |
| currency [Currency] | book: $input |
| currency Saved. | Total book entries: $total |
| currency [Currency] | pack-list: $input |
| currency Saved. | Total pack-list entries: $total |
| currency [Currency] | budget: $input |
| currency Saved. | Total budget entries: $total |
| currency [Currency] | convert: $input |
| currency Saved. | Total convert entries: $total |
| currency [Currency] | weather: $input |
| currency Saved. | Total weather entries: $total |
| currency [Currency] | route: $input |
| currency Saved. | Total route entries: $total |
| currency [Currency] | checklist: $input |
| currency Saved. | Total checklist entries: $total |
| currency [Currency] | journal: $input |
| currency Saved. | Total journal entries: $total |
| currency [Currency] | compare: $input |
| currency Saved. | Total compare entries: $total |
| currency [Currency] | remind: $input |
| currency Saved. | Total remind entries: $total |
Data Storage
All data is stored locally at ~/.local/share/currency/. 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
查看可用操作
currency help
检查当前状态
currency status
查看统计数据
currency stats
命令
| 命令 | 功能说明 |
|---|
| currency plan | 规划 |
| currency search |
搜索 |
| currency book | 预订 |
| currency pack-list | 行李清单 |
| currency budget | 预算 |
| currency convert | 转换 |
| currency weather | 天气 |
| currency route | 路线 |
| currency checklist | 检查清单 |
| currency journal | 日志 |
| currency compare | 比较 |
| currency remind | 提醒 |
| currency stats | 汇总统计 |
| currency export | <格式> 导出(json|csv|txt) |
| currency search | <关键词> 搜索条目 |
| currency recent | 最近活动 |
| currency status | 健康检查 |
| currency help | 显示此帮助信息 |
| currency version | 显示版本号 |
| currency $名称: | $c 条记录 |
| currency 总计: | $total 条记录 |
| currency 数据 | 大小:$(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| currency 版本: | v2.0.0 |
| currency 数据 | 目录:$DATA_DIR |
| currency 条目: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| currency 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| currency 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| currency 状态: | 正常 |
| currency [货币] | 规划:$input |
| currency 已保存。 | 规划条目总数:$total |
| currency [货币] | 搜索:$input |
| currency 已保存。 | 搜索条目总数:$total |
| currency [货币] | 预订:$input |
| currency 已保存。 | 预订条目总数:$total |
| currency [货币] | 行李清单:$input |
| currency 已保存。 | 行李清单条目总数:$total |
| currency [货币] | 预算:$input |
| currency 已保存。 | 预算条目总数:$total |
| currency [货币] | 转换:$input |
| currency 已保存。 | 转换条目总数:$total |
| currency [货币] | 天气:$input |
| currency 已保存。 | 天气条目总数:$total |
| currency [货币] | 路线:$input |
| currency 已保存。 | 路线条目总数:$total |
| currency [货币] | 检查清单:$input |
| currency 已保存。 | 检查清单条目总数:$total |
| currency [货币] | 日志:$input |
| currency 已保存。 | 日志条目总数:$total |
| currency [货币] | 比较:$input |
| currency 已保存。 | 比较条目总数:$total |
| currency [货币] | 提醒:$input |
| currency 已保存。 | 提醒条目总数:$total |
数据存储
所有数据本地存储在 ~/.local/share/currency/ 目录下。每次操作都会记录时间戳。随时使用 export 命令备份数据。
反馈
发现错误或有建议?请告知我们:https://bytesagain.com/feedback/
由BytesAgain提供技术支持 | bytesagain.com | hello@bytesagain.com