The incomplete beginnings of a terminal UI for plain-text accounting with Ledger.
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Tony Grosinger 461812eace Initial commit
Description, date, and total fields are functional. Next step is to
start adding structure to the form and adding a window to the side which
will show previous similar transactions and autocomplete suggestions.
Arrow keys will be able to auto-fill the current field from the selected
suggestion.
2022-08-04 08:39:37 -07:00
.devcontainer Initial commit 2022-08-04 08:39:37 -07:00
examples Initial commit 2022-08-04 08:39:37 -07:00
pkg Initial commit 2022-08-04 08:39:37 -07:00
.gitignore Initial commit 2022-08-04 08:39:37 -07:00
Dockerfile Initial commit 2022-08-04 08:39:37 -07:00
go.mod Initial commit 2022-08-04 08:39:37 -07:00
go.sum Initial commit 2022-08-04 08:39:37 -07:00