5 releases
| new 0.2.1 | Feb 5, 2026 |
|---|---|
| 0.2.0 | Feb 4, 2026 |
| 0.1.2 | May 16, 2022 |
| 0.1.1 | Feb 14, 2022 |
| 0.1.0 | Jul 29, 2020 |
#139 in Finance
26KB
495 lines
Up Banking CLI
This is a simple command line program to interact with the Up Banking API.
Installation
$ cargo install --force up-cli
Usage
First you should get an API token from Up.
Then set it as an environment variable:
$ export UP_API_TOKEN="<token here>"
Then simply run:
$ up-cli
✅ Logged In Successfully
⚡ help
Up Banking CLI Help
Commands:
- balance (prints all account balances)
- transactions [COUNT] [OPTIONS]
-c, --category CAT (filter by category ID)
-a, --account NAME (filter by account name or ID)
- tally_income (counts all transactions related to income)
- exit (quits the app)
⚡ exit
To run a single command, pass the command as an argument. e.g.
$ up-cli balance
More features coming soon, feel free to help out with a PR!
Dependencies
~7–23MB
~277K SLoC