Pension
A focused personal finance tool built for Pension. Log entries, review trends, and export reports — all locally.
Why Pension?
- - 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 | Record |
| INLINECODE1 |
Categorize |
|
pension balance | Balance |
|
pension trend | Trend |
|
pension forecast | Forecast |
|
pension export-report | Export Report |
|
pension budget-check | Budget Check |
|
pension summary | Summary |
|
pension alert | Alert |
|
pension history | History |
|
pension compare | Compare |
|
pension tax-note | Tax Note |
|
pension stats | Summary statistics |
|
pension export |
Export (json|csv|txt) |
| pension search | Search entries |
| pension recent | Recent activity |
| pension status | Health check |
| pension help | Show this help |
| pension version | Show version |
| pension $name: | $c entries |
| pension Total: | $total entries |
| pension Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| pension Version: | v2.0.0 |
| pension Data | dir: $DATA_DIR |
| pension Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| pension Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| pension Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| pension Status: | OK |
| pension [Pension] | record: $input |
| pension Saved. | Total record entries: $total |
| pension [Pension] | categorize: $input |
| pension Saved. | Total categorize entries: $total |
| pension [Pension] | balance: $input |
| pension Saved. | Total balance entries: $total |
| pension [Pension] | trend: $input |
| pension Saved. | Total trend entries: $total |
| pension [Pension] | forecast: $input |
| pension Saved. | Total forecast entries: $total |
| pension [Pension] | export-report: $input |
| pension Saved. | Total export-report entries: $total |
| pension [Pension] | budget-check: $input |
| pension Saved. | Total budget-check entries: $total |
| pension [Pension] | summary: $input |
| pension Saved. | Total summary entries: $total |
| pension [Pension] | alert: $input |
| pension Saved. | Total alert entries: $total |
| pension [Pension] | history: $input |
| pension Saved. | Total history entries: $total |
| pension [Pension] | compare: $input |
| pension Saved. | Total compare entries: $total |
| pension [Pension] | tax-note: $input |
| pension Saved. | Total tax-note entries: $total |
Data Storage
All data is stored locally at ~/.local/share/pension/. 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
查看可用操作
pension help
检查当前状态
pension status
查看统计数据
pension stats
命令
| 命令 | 功能说明 |
|---|
| pension record | 记录 |
| pension categorize |
分类 |
| pension balance | 余额 |
| pension trend | 趋势 |
| pension forecast | 预测 |
| pension export-report | 导出报告 |
| pension budget-check | 预算检查 |
| pension summary | 摘要 |
| pension alert | 提醒 |
| pension history | 历史 |
| pension compare | 比较 |
| pension tax-note | 税务备注 |
| pension stats | 汇总统计 |
| pension export | <格式> 导出(json|csv|txt) |
| pension search | <关键词> 搜索条目 |
| pension recent | 最近活动 |
| pension status | 健康检查 |
| pension help | 显示此帮助信息 |
| pension version | 显示版本号 |
| pension $名称: | $c 条记录 |
| pension 总计: | $total 条记录 |
| pension 数据 | 大小:$(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| pension 版本: | v2.0.0 |
| pension 数据 | 目录:$DATA_DIR |
| pension 条目: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| pension 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| pension 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| pension 状态: | 正常 |
| pension [养老金] | 记录:$input |
| pension 已保存。 | 总记录条目数:$total |
| pension [养老金] | 分类:$input |
| pension 已保存。 | 总分类条目数:$total |
| pension [养老金] | 余额:$input |
| pension 已保存。 | 总余额条目数:$total |
| pension [养老金] | 趋势:$input |
| pension 已保存。 | 总趋势条目数:$total |
| pension [养老金] | 预测:$input |
| pension 已保存。 | 总预测条目数:$total |
| pension [养老金] | 导出报告:$input |
| pension 已保存。 | 总导出报告条目数:$total |
| pension [养老金] | 预算检查:$input |
| pension 已保存。 | 总预算检查条目数:$total |
| pension [养老金] | 摘要:$input |
| pension 已保存。 | 总摘要条目数:$total |
| pension [养老金] | 提醒:$input |
| pension 已保存。 | 总提醒条目数:$total |
| pension [养老金] | 历史:$input |
| pension 已保存。 | 总历史条目数:$total |
| pension [养老金] | 比较:$input |
| pension 已保存。 | 总比较条目数:$total |
| pension [养老金] | 税务备注:$input |
| pension 已保存。 | 总税务备注条目数:$total |
数据存储
所有数据均本地存储于 ~/.local/share/pension/。每次操作都会附带时间戳进行记录。使用 export 命令可随时备份数据。
反馈
发现错误或有建议?请告知我们:https://bytesagain.com/feedback/
由 BytesAgain 提供支持 | bytesagain.com | hello@bytesagain.com