#money #budget #productivity #cli

app fig_cli

fig是一个CLI财务跟踪器

3个版本

0.1.11 2023年4月15日
0.1.1 2023年4月15日
0.1.0 2023年4月15日

255金融 类别中排名

30 每月下载量

MIT 许可证

16KB
391

Fig

使用Rust制作的个人财务跟踪CLI工具

asciicast

如何使用

交互式添加金钱的方式

fig add

另一种添加金钱的方式

fig add <Amount>

交互式取出/花费金钱的方式

fig take

另一种添加金钱的方式

fig take <Amount>

显示所有记录的交易日志

fig log

安装

使用cargo

cargo install fig-cli

或从发布版本中获取二进制文件

或自行编译

git clone https://github.com/IsotoxalDev/fig
cargo install --locked

依赖

~9–20MB
~236K SLoC