accounts-cli
A cli tool to register and analyze transactions.
Why ?
I wanted a tool that I could use to manage my own accounting using a simple text format.
How to use
# Create a new account.
# Record an income.
# Record an expense.
# Display the overall balance of all your accounts.
Rhai integration
Rhai scripts can be used to customize how the program computes the balance of accounts. They can be useful to, for example, convert the balance of an account into another currency, or aggregate multiple balances together. See the example folder for more details.