diff --git a/index.html b/index.html
index bb96143..6203d01 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
bean-price Beancount's price fetching tool (python)
DepreciateForLedger generate *ledger depreciation transactions (python)
hledger-interest generate *ledger interest entries (haskell)
+ladd generate and edit a new *ledger transaction by fuzzy-matching past descriptions
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)
diff --git a/index.md b/index.md
index 55da211..35fa675 100644
--- a/index.md
+++ b/index.md
@@ -644,6 +644,7 @@ 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)