Terminal money manager for personal use.
There are no trix to run this app. Just clone it and run.
git clone https://github.com/kotlw/gentlemoney.git
cd gentlemoney
go run ./cmd/gmon
Since navigation hints in app is missing here are some description of how to use it. Tview has a bit of predefined bindings which are good such as table navigation using vim bindings 'h'
, 'j'
, 'k'
, 'l'
. As for others they are more or less intuitive. Here are the list:
Enter
- submitEsc
- cancelTab
- focus next itemShift+Tab
- focus previous itemc
- create (transaction/account/currency/category)u
- updated
- delete