Releases: trujillo9616/LedgerTruji
Releases · trujillo9616/LedgerTruji
v.0.1-alpha
This is a pre-release of Ledgertruji, a simple ledger CLI implementation in Python. The following flags and commands are supported:
- Commands
- print : Print the ledger file
- register : Print the postings in a register-like manner.
- balance : Print the balance of the accounts.
- Flags
- -f —file : Specify the input file.
- -s —sort : Sort the register of print report by date or comment.
- —price-db : Specify the price-db input file and the selected currency, then exchange all values.
Missing features:
- Filter results based on inputted string.