From b3e648a2db16f3cf302e80cf57ec4e5f09e42957 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Jun 2024 01:53:16 +0100 Subject: [PATCH] feat: config file: rename/update sample config --- hledger.conf => hledger.conf.sample | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename hledger.conf => hledger.conf.sample (71%) diff --git a/hledger.conf b/hledger.conf.sample similarity index 71% rename from hledger.conf rename to hledger.conf.sample index f0e25e835..7b31df269 100644 --- a/hledger.conf +++ b/hledger.conf.sample @@ -22,13 +22,17 @@ # To see a command's options, run hledger CMD -h # help: prefer man pages, bypassing info -[help] --man +# [help] --man # print: show more info by default [print] --explicit --show-costs -# balance: use these defaults -[balance] --tree -p 'monthly from 3 months ago' --depth 3 +# balance commands: use these defaults +[balance] --tree -p 'monthly from 3 months ago' --depth 3 +[balancesheet] --tree -p 'monthly from 3 months ago' --depth 3 +[balancesheetequity] --tree -p 'monthly from 3 months ago' --depth 3 +[cashflow] --tree -p 'monthly from 3 months ago' --depth 3 +[incomestatement] --tree -p 'monthly from 3 months ago' --depth 3 # hledger-ui: reload on change (when started via `hledger ui`). # A -- is needed before addon-specific flags, as on command line.