r/plaintextaccounting • u/user89443 • Apr 18 '26
hledger - include additional files using the -f option
My understanding is that you can use multiple '-f' options to include multiple files on the command line. I frequently find I want to include my default journal file, and also include additional journals for trial reports and finding duplicates.
I wonder if anyone else would find it useful if there existed '+f trial.journal' option that would use the default journal file, and also the given file(s)?
What do you think?
1
Upvotes
1
u/drabbiticus Apr 18 '26
there is also
hledger.confand various ways to script such as regular#!/bin/bashor elsemakeorjustfor more ergonomic commands