fig_cli

Crates.iofig_cli
lib.rsfig_cli
version0.1.11
sourcesrc
created_at2023-04-15 00:18:44.333972
updated_at2023-04-15 04:33:08.676146
descriptionfig is a cli finance tracker
homepage
repositoryhttps://github.com/IsotoxalDev/memtech
max_upload_size
id839609
size37,286
Abhinav Kuruvila Joseph (IsotoxalDev)

documentation

README

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
Commit count: 5

cargo fmt