;bin: hledger-number.sh -> hledger-simplebal.sh

This commit is contained in:
Simon Michael 2022-04-20 18:58:02 -10:00
parent ae21ee5e00
commit 7440075903

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash
# hledger-number - try to extract just one single machine-readable number from hledger:
# the grand total of `hledger balance` run with any provided arguments.
# hledger-simplebal [BALANCEARGS] - try to reliably report just one single
# machine-readable balance number: the grand total of `hledger balance`,
# optionally with arguments.
#
# Requires hledger 1.24 or newer (the December 2021 release, see https://hledger.org/download.html )
# https://gist.github.com/simonmichael/feee7fc1567c5f10355f952b87bd3090