go-ledger is a shell budgeting application that supports parsing transaction data from CSVs, keyword-based categorizing the transactions, and compiling them into a single Microsoft Excel spreadsheet.
The application can be used as a CLI, or as a terminal UI application if go-ledger
is executed without arguments. The CLI is uses the Cobra library and the UI uses
the tview library.