logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Record hledger Transactions - Add Transactions Interactively | Online Free DevTools by Hexmos

Record hledger transactions easily with hledger-add. Create and manage financial transactions interactively in the console. Free online tool, no registration required.

hledger-add

Record new transactions with interactive prompting in the console. More information: https://hledger.org/hledger.html#add.

  • Record new transactions, saving to the default journal file:

hledger add

  • Add transactions to 2024.journal, but also load 2023.journal for completions:

hledger add {{[-f|--file]}} {{path/to/2024.journal}} {{[-f|--file]}} {{path/to/2023.journal}}

  • Provide answers for the first four prompts:

hledger add {{today}} '{{best buy}}' {{expenses:supplies}} '{{$20}}'

  • Show add’s options and documentation with $PAGER:

hledger add {{[-h|--help]}}

  • Show add’s documentation with info or man if available:

hledger help add

See Also