From 65989890e05df8bcfda1fb17e1ba09f01f5eddae Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Dec 2019 12:32:31 -0800 Subject: [PATCH] LedgerStockUpdate --- index.html | 1 + index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index da47509..f0e3f4d 100644 --- a/index.html +++ b/index.html @@ -620,6 +620,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • ledger-get-prices download market prices (ruby)
  • ledgerbil schedule recurring txns, interactive reconcile, date sorting
  • LedgerScheduler move entries from one file to another when they come due (python)
  • +
  • LedgerStockUpdate update a Ledger price database (go)
  • market-prices download market prices from several sources (python)
  • recurring generate recurring *ledger entries (python)
  • reorder-journal.sh sort hledger entries, preserving directives/comments at top of file (bash)
  • diff --git a/index.md b/index.md index 0dd783f..d6865da 100644 --- a/index.md +++ b/index.md @@ -644,6 +644,7 @@ Next, related add-ons and helpers by category - [ledger-get-prices](https://github.com/nathankot/ledger-get-prices) download market prices (ruby) - [ledgerbil](https://github.com/scarpent/ledgerbil) schedule recurring txns, interactive reconcile, date sorting - [LedgerScheduler](https://github.com/tazzben/LedgerScheduler) move entries from one file to another when they come due (python) +- [LedgerStockUpdate](https://github.com/adchari/LedgerStockUpdate) update a Ledger price database (go) - [market-prices](https://github.com/barrucadu/hledger-scripts#market-prices) download market prices from several sources (python) - [recurring](http://hub.darcs.net/simon/ledgertools/browse/recurring) generate recurring *ledger entries (python) - [reorder-journal.sh](https://github.com/amitaibu/hledger-example/blob/master/reorder-journal.sh) sort hledger entries, preserving directives/comments at top of file (bash)