A TUI (terminal user interface) for YNAB.
This project is in a very early stage of development. It is not usable yet.
The goal is to progressively add functionality according to the needs of the developers or potential users. I expect that the majority of this functionality will replicate existing functionality in YNAB web/apps (or rather, it will just delegate to it via YNAB's API). However, I have no intention to reach feature parity with other YNAB UIs, nor to be constrained to what they do.
At the project root, run
go test ./...
- Obtain a personal access token for your YNAB account.
- Write your access token into a file
<YOUR_HOME_DIRECTORY>/.ynab/access_token. - At the project root, run
go run ./...