Terminal interface for the Intuit Mint budget system Displays account net worth, emergency budget and current monthly budget.
python: mintapi python-dotenv tabulate colorama
> pacman -S(apt install) chromium-chromedriver
scdoc for man file creation
https://aur.archlinux.org/packages/mint-cli-git
When installed from the aur, the .env file is located at /etc/mint-cli/.env
Make sure to use the -l flag when installed from local, the .env file is expected to be in the git repo.
> cp .env.example .env
> vim .env
To install the man page run the following commands:
make
sudo make install
./mint-cli
usage: mint-cli [-h] [-v] [-n] [-b] [-e] [-r] [-l]
optional arguments:
-h, --help show this help message and exit
-v, --verbosity increase output verbosity
-n, --net show net worth and account amounts
-b, --budget show current budget and savings rate
-e, --emergency show emergency fund timeline
-r, --refresh refresh data from mint account
-l, --local use local data and .env
Display buget using info from mint.com account and .env