Update readme

This commit is contained in:
Gabriel Augendre 2020-02-26 18:26:36 +01:00
parent 86451a4155
commit bfa815f08d
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -3,11 +3,20 @@
## Usage
```shell script
process-bpvf /path/to/ofxfile.ofx
# Or
process-revolut /path/to/csvfile.csv
Usage: ynab [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
-h, --help Show this message and exit.
Commands:
bpvf Process BPVF bank statement (OFX)
ce Process CE bank statement (OFX)
config
revolut Process Revolut bank statement (CSV)
```
It will write a `processed` file in the same folder with the same extension.
All transactions will be pushed to YNAB. If this is your first time using the script,
it will open a generated config file for you to fill up.
It will not overwrite the original file.
The account and budget UUID are found in the YNAB url when using the web app.