Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 673 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 673 Bytes

Fig

A personal finance tracker cli-tool made in rust

asciicast

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