-
Notifications
You must be signed in to change notification settings - Fork 2
/
mint-cli.scdoc
46 lines (31 loc) · 1.17 KB
/
mint-cli.scdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
MINT-CLI(1) ["mint-cli VERSION" ["General mint-cli Manual"]]
# NAME
*mint-cli* - mint command line interface
# DESCRIPTION
*mint-cli* is a cli interface for Intuit Mint which connects to the service
using the python-mintapi library.
# SYNOPSIS
*mint-cli* [-h] [-v] [-n] [-b] [-e] [-r] [-l]
# OPTIONS
```
-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 files
```
# CONFIGURATION
When configuring *mint-cli* you have two options on where to copy the .env.example
file to a .env file.
## LOCAL
Rename the local .env.example file to .env, you must always run *mint-cli* from
this location
## SYSTEM
Copy the .env.example to /etc/mint-cli/, then rename to .env. This is usually used
(and automatically done) if you installed from the AUR.
## EDIT CONFIG
Enter your values and save the file (.env) before running *mint-cli*
# AUTHOR
Maintained by Wayne Campbell <wcampbell1995 [at] gmail [dot] com>