hledger/bin
2017-01-08 07:28:23 -08:00
..
aliases.sh move add-ons and scripts to bin/ 2017-01-08 07:28:23 -08:00
csv.mk move add-ons and scripts to bin/ 2017-01-08 07:28:23 -08:00
hledger-check-dates.hs bin: add register-match, convert all to stack scripts 2017-01-08 07:28:23 -08:00
hledger-equity.hs bin: add register-match, convert all to stack scripts 2017-01-08 07:28:23 -08:00
hledger-print-unique.hs bin: add register-match, convert all to stack scripts 2017-01-08 07:28:23 -08:00
hledger-register-match.hs bin: add register-match, convert all to stack scripts 2017-01-08 07:28:23 -08:00
hledger-rewrite.hs bin: add register-match, convert all to stack scripts 2017-01-08 07:28:23 -08:00
README move add-ons and scripts to bin/ 2017-01-08 07:28:23 -08:00

hledger add-on commands, hledger-related scripts, developer builds.

Scripts named hledger-* are hledger add-on commands. You can run them directly,
or via "hledger [HLEDGEROPTS] ADDONCMD [-- ADDONOPTS]". You should:
1. add this directory to your $PATH
2. ensure the scripts have executable permission (they should already, at least on unix)
3. optionally, compile them for quicker startup
See also: http://hledger.org/hledger.html#add-on-commands

Other hledger-related scripts include bash aliases, makefile examples, etc.

hledger development-related binaries also are stored here, such as
old versions for benchmarking, and platform-specific binaries.