Crates.io | fig_cli |
lib.rs | fig_cli |
version | 0.1.11 |
source | src |
created_at | 2023-04-15 00:18:44.333972 |
updated_at | 2023-04-15 04:33:08.676146 |
description | fig is a cli finance tracker |
homepage | |
repository | https://github.com/IsotoxalDev/memtech |
max_upload_size | |
id | 839609 |
size | 37,286 |
A personal finance tracker cli-tool made in rust
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
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