From 7979c7d74c316dd5ad0030c14fc8378b7d5d1bc7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Feb 2021 18:43:22 -0800 Subject: [PATCH] ;import: doc: tweak --- hledger/Hledger/Cli/Commands/Import.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hledger/Hledger/Cli/Commands/Import.md b/hledger/Hledger/Cli/Commands/Import.md index 8c1e8a9f7..34adb43e5 100644 --- a/hledger/Hledger/Cli/Commands/Import.md +++ b/hledger/Hledger/Cli/Commands/Import.md @@ -66,6 +66,12 @@ Eg, to see any importable transactions which CSV rules have not categorised: $ hledger import --dry bank.csv | hledger -f- -I print unknown ``` +or (live updating): + +```shell +$ ls bank.csv* | entr bash -c 'echo ====; hledger import --dry bank.csv | hledger -f- -I print unknown' +``` + ### Importing balance assignments Entries added by import will have their posting amounts made explicit (like `hledger print -x`).