Skip to content

Releases: trujillo9616/LedgerTruji

v.0.1-alpha

13 Dec 19:52
Compare
Choose a tag to compare
v.0.1-alpha Pre-release
Pre-release

This is a pre-release of Ledgertruji, a simple ledger CLI implementation in Python. The following flags and commands are supported:

  • Commands
  1. print : Print the ledger file
  2. register : Print the postings in a register-like manner.
  3. balance : Print the balance of the accounts.
  • Flags
  1. -f —file : Specify the input file.
  2. -s —sort : Sort the register of print report by date or comment.
  3. —price-db : Specify the price-db input file and the selected currency, then exchange all values.

Missing features:

  • Filter results based on inputted string.