3 releases
0.1.11 | Apr 15, 2023 |
---|---|
0.1.1 | Apr 15, 2023 |
0.1.0 | Apr 15, 2023 |
#338 in Finance
30 downloads per month
16KB
391 lines
Fig
A personal finance tracker cli-tool made in rust
How to use
An interactive way to add money
fig add
Another way to add money
fig add <Amount>
An interactive way to take/spend money
fig take
Another way to add money
fig take <Amount>
Show a log of all the transactions recorded
fig log
Installation
using cargo
cargo install fig-cli
or you getting binaries from releases
or compile it yourself
git clone https://github.com/IsotoxalDev/fig
cargo install --locked
Dependencies
~9–21MB
~251K SLoC