1
0

consolidate ledgerbil, recurring with similar tools

This commit is contained in:
Simon Michael
2019-08-22 05:58:58 -07:00
parent feb1e9c73b
commit ede0f724ee
2 changed files with 4 additions and 4 deletions

View File

@@ -415,7 +415,6 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/tlvince/ledger-tutorials">ledger-tutorials</a> convert Pete Keen's tutorials to ebook format</li>
<li><a href="https://gist.github.com/travisdahlke/71152286b0a8826249fe">ledger2beancount.py</a> *ledger to beancount converter</li>
<li><a href="https://github.com/zacchiro/ledger2beancount">ledger2beancount</a> ledger to beancount converter</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/rcaputo/outofit">outofit</a> QuickBooks to *ledger converter</li>
<li><a href="https://github.com/sdementen/piecash">piecash</a> GNUCash SQL to *ledger converter (python)</li>
<li><a href="https://github.com/ebridges/plaid2qif">plaid2qif</a> Download transactions from plaid as QIF or CSV files</li>
@@ -434,8 +433,10 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/tazzben/DepreciateForLedger">DepreciateForLedger</a> generate *ledger depreciation transactions (python)</li>
<li><a href="http://hackage.haskell.org/package/hledger-interest">hledger-interest</a> generate *ledger interest entries (haskell)</li>
<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/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/jvasile/sassetti">sassetti</a> adds lisp macros to ledger files (common lisp)</li>
</ul><h4 id="reports">reports</h4><ul>
<li><a href="http://hackage.haskell.org/package/hledger-diff">hledger-diff</a> report differing transactions between two journals (haskell)</li>
@@ -454,7 +455,6 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="http://hledger.org/manual.html#add">hledger add</a> interactive transaction entry tool (builtin command)</li>
<li><a href="https://github.com/brandonpittman/ldgr">ldgr</a> command line tool to add/sort/tag ledger files (ruby)</li>
<li><a href="https://www.ledger-cli.org/3.0/doc/ledger3.html#xact">ledger xact</a> history-aware transaction generator (builtin command)</li>
<li><a href="http://hub.darcs.net/simon/ledgertools/browse/recurring">recurring</a> command line tool to show/add recurring entries using Ledger (python)</li>
</ul><h4 id="ui-curses">UI, curses</h4><ul>
<li><a href="https://github.com/hpdeifel/hledger-iadd">hledger-iadd</a> TUI for *ledger transaction entry (haskell)</li>
<li><a href="http://hackage.haskell.org/package/hledger-ui">hledger-ui</a> TUI for *ledger browsing (haskell, <a href="https://asciinema.org/a/29665">video</a>)</li>

View File

@@ -356,7 +356,6 @@ The following sections collect add-ons and helper tools related to the above.
- [ledger-tutorials](https://github.com/tlvince/ledger-tutorials) convert Pete Keen's tutorials to ebook format
- [ledger2beancount.py](https://gist.github.com/travisdahlke/71152286b0a8826249fe) *ledger to beancount converter
- [ledger2beancount](https://github.com/zacchiro/ledger2beancount) ledger to beancount converter
- [ledgerbil](https://github.com/scarpent/ledgerbil) schedule recurring txns, interactive reconcile, date sorting
- [outofit](https://github.com/rcaputo/outofit) QuickBooks to *ledger converter
- [piecash](https://github.com/sdementen/piecash) GNUCash SQL to *ledger converter (python)
- [plaid2qif](https://github.com/ebridges/plaid2qif) Download transactions from plaid as QIF or CSV files
@@ -377,8 +376,10 @@ The following sections collect add-ons and helper tools related to the above.
- [DepreciateForLedger](https://github.com/tazzben/DepreciateForLedger) generate *ledger depreciation transactions (python)
- [hledger-interest](http://hackage.haskell.org/package/hledger-interest) generate *ledger interest entries (haskell)
- [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)
- [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)
- [sassetti](https://github.com/jvasile/sassetti) adds lisp macros to ledger files (common lisp)
#### reports
@@ -403,7 +404,6 @@ The following sections collect add-ons and helper tools related to the above.
- [hledger add](http://hledger.org/manual.html#add) interactive transaction entry tool (builtin command)
- [ldgr](https://github.com/brandonpittman/ldgr) command line tool to add/sort/tag ledger files (ruby)
- [ledger xact](https://www.ledger-cli.org/3.0/doc/ledger3.html#xact) history-aware transaction generator (builtin command)
- [recurring](http://hub.darcs.net/simon/ledgertools/browse/recurring) command line tool to show/add recurring entries using Ledger (python)
#### UI, curses