1 个不稳定版本
0.1.0 | 2024年8月1日 |
---|
#639 在 数据库接口
每月 111 次下载
32KB
705 行
accounts-cli
一个用于注册和分析交易的命令行工具。
为什么?
我想有一个工具,可以用简单的文本格式来管理自己的会计。
如何使用
# Create a new account.
accounting new --name main --currency EUR
# Record an income.
accounting --accounts ~/my-accounts income --account main \
--amount "2000" --description "Salary" --tags=job
# Record an expense.
accounting --accounts ~/my-accounts spend --account main \
--amount "15" --description "Train tickets" --tags=transport
# Display the overall balance of all your accounts.
accounting --accounts ~/my-accounts balance
Rhai 集成
可以使用 Rhai 脚本来自定义程序计算账户余额的方式。例如,可以将账户余额转换为另一种货币,或将多个余额汇总在一起。请参阅示例文件夹以获取更多详细信息。
依赖项
~11–24MB
~362K SLoC