A terminal UI as drop-in replacement for hledger add
hledger-iadd improves in the following ways on hledger's add command:
* Interactive as-you-type completion for account names and descriptions with optional fuzzy matching.
* Integrated calculator. Amounts can be written as simple sums with real-time feedback on the result.
* All actions while entering a transaction can be undone.
* Configurable format for date input. Instead of y/m/d it is also possible to use other formats like the german d.m.y.
hledger-iadd improves in the following ways on hledger's add command:
* Interactive as-you-type completion for account names and descriptions with optional fuzzy matching.
* Integrated calculator. Amounts can be written as simple sums with real-time feedback on the result.
* All actions while entering a transaction can be undone.
* Configurable format for date input. Instead of y/m/d it is also possible to use other formats like the german d.m.y.
To install hledger-iadd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hledger-iadd
To see what files were installed by hledger-iadd, run:
port contents hledger-iadd
To later upgrade hledger-iadd, run:
sudo port selfupdate && sudo port upgrade hledger-iadd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.