1
0

move ladd to UI, Console

This commit is contained in:
Simon Michael
2019-11-16 10:37:21 -08:00
parent c2c232b5d0
commit 920f5c6ddc
2 changed files with 2 additions and 2 deletions

View File

@@ -620,7 +620,6 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://docs.google.com/document/d/1thYRAMell_QT1Da1F_laprSs6BlROZjyK_h3V8qHW9c">bean-price</a> Beancount's price fetching tool (python)</li>
<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/ninewise/dotfiles/blob/master/local/bin/ladd">ladd</a> generate and edit a new *ledger transaction by fuzzy-matching past descriptions</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>
@@ -648,6 +647,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<ul>
<li><a href="https://github.com/simon-v/bean-add">bean-add</a> interactive transaction entry tool (python)</li>
<li><a href="https://hledger.org/hledger.html#add">hledger add</a> interactive transaction entry tool (builtin command)</li>
<li><a href="https://github.com/ninewise/dotfiles/blob/master/local/bin/ladd">ladd</a> create and edit a new *ledger transaction by fuzzy-matching past descriptions</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>
</ul>

View File

@@ -644,7 +644,6 @@ Next, related add-ons and helpers by category
- [bean-price](https://docs.google.com/document/d/1thYRAMell_QT1Da1F_laprSs6BlROZjyK_h3V8qHW9c) Beancount's price fetching tool (python)
- [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)
- [ladd](https://github.com/ninewise/dotfiles/blob/master/local/bin/ladd) generate and edit a new *ledger transaction by fuzzy-matching past descriptions
- [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)
@@ -672,6 +671,7 @@ Next, related add-ons and helpers by category
- [bean-add](https://github.com/simon-v/bean-add) interactive transaction entry tool (python)
- [hledger add](https://hledger.org/hledger.html#add) interactive transaction entry tool (builtin command)
- [ladd](https://github.com/ninewise/dotfiles/blob/master/local/bin/ladd) create and edit a new *ledger transaction by fuzzy-matching past descriptions
- [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)