mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
d39040c634
When generating a new posting as a multiple of an existing posting, support conversion to a different commodity. For example, postings in hours can be used to generate postings in USD. Automatic transactions generated from rewrite rules use the commodity, amount style, and transaction price if the rewrite defines a commodity. |
||
---|---|---|
.. | ||
.gitignore | ||
aliases.sh | ||
budget-rewrite.sh | ||
compile.sh | ||
csv.mk | ||
hledger-autosync | ||
hledger-budget.hs | ||
hledger-chart.hs | ||
hledger-check-dates.hs | ||
hledger-check-dupes.hs | ||
hledger-check.hs | ||
hledger-equity.hs | ||
hledger-prices.hs | ||
hledger-print-unique.hs | ||
hledger-register-match.hs | ||
hledger-rewrite.hs | ||
README |
hledger add-on commands, hledger-related scripts, developer builds. Scripts named hledger-* are hledger add-on commands. The ones in this bin/ directory are tested along with hledger, but shipped as add-ons rather than built-in commands because they are experimental, or for some other reason. Add this directory to your $PATH and they will show up as commands listed by hledger (or, you can run them directly). To speed them up (recommended), compile them: $ bin/compile.sh When using hledger to run add-on commands, remember to use a -- before add-on-specific options or hledger will complain. Like so: $ hledger [HLEDGEROPTS] ADDONCMD [-- ADDONOPTS] See also http://hledger.org/hledger.html#add-on-commands . hledger-related bash scripts, example make rules etc. are also kept here. And hledger developer binaries may get stored here, such as old versions for benchmarking, and platform-specific binaries.