1
0

LedgerStockUpdate

This commit is contained in:
Simon Michael
2019-12-06 12:32:31 -08:00
parent a06662193b
commit 65989890e0
2 changed files with 2 additions and 0 deletions

View File

@@ -620,6 +620,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/nathankot/ledger-get-prices">ledger-get-prices</a> download market prices (ruby)</li>
<li><a href="https://github.com/scarpent/ledgerbil">ledgerbil</a> schedule recurring txns, interactive reconcile, date sorting</li>
<li><a href="https://github.com/tazzben/LedgerScheduler">LedgerScheduler</a> move entries from one file to another when they come due (python)</li>
<li><a href="https://github.com/adchari/LedgerStockUpdate">LedgerStockUpdate</a> update a Ledger price database (go)</li>
<li><a href="https://github.com/barrucadu/hledger-scripts#market-prices">market-prices</a> download market prices from several sources (python)</li>
<li><a href="http://hub.darcs.net/simon/ledgertools/browse/recurring">recurring</a> generate recurring *ledger entries (python)</li>
<li><a href="https://github.com/amitaibu/hledger-example/blob/master/reorder-journal.sh">reorder-journal.sh</a> sort hledger entries, preserving directives/comments at top of file (bash)</li>

View File

@@ -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)