hledger/bin/README

14 lines
656 B
Plaintext
Raw Normal View History

2017-01-08 16:52:45 +03:00
hledger add-on commands, hledger-related scripts, developer builds.
2014-07-06 21:12:09 +04:00
2017-01-08 16:52:45 +03:00
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.