A personal finance tracker cli-tool made in rust
An interactive way to add money
fig addAnother way to add money
fig add <Amount>An interactive way to take/spend money
fig takeAnother way to add money
fig take <Amount>Show a log of all the transactions recorded
fig logusing cargo
cargo install fig_clior you getting binaries from releases
or compile it yourself
git clone https://github.com/IsotoxalDev/fig
cargo install --locked