diff --git a/index.html b/index.html
index 2c07ef1..758c198 100644
--- a/index.html
+++ b/index.html
@@ -718,7 +718,6 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
ledger-autosync OFX download, OFX to *ledger conversion, deduplication
ledger-guesser neural network for generating entries like past ones, can be used with ledger-autosync (javascript)
ledger-myexpenses MyExpenses android app sqlite db to *ledger conversion (python)
-ledger-reconciler automatically download and reconcile your ledger financial entries
ledger-to-beancount yet another simple ledger to beancount converter (python)
ledger-tutorials convert Pete Keen's tutorials to ebook format
ledger2beancount.py *ledger to beancount converter
@@ -730,6 +729,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
qb2ledger QuickBooks General Journal CSV to *ledger converter
QIFtoLedger (Bank of America's) QIF to *ledger converter
reckon smart interactive/non-interactive CSV to *ledger converter
+slc generates Ledger accounting entries, works with generic CSV files as well as the Stripe API
smart_importer library for building smarter CSV to beancount/Fava converters
total_recall CSV to *ledger converter
ynab-to-ledger You Need A Budget (YNAB) to *ledger converter. Handles multiple currencies, multiple number formats, reconciliation, memos, transfers, and split transactions
diff --git a/index.md b/index.md
index c0f99a9..14f6ca5 100644
--- a/index.md
+++ b/index.md
@@ -657,7 +657,6 @@ Next, related add-ons and helpers by category
- [ledger-autosync](https://gitlab.com/egh/ledger-autosync) OFX download, OFX to *ledger conversion, deduplication
- [ledger-guesser](https://github.com/j3k0/ledger-guesser) neural network for generating entries like past ones, can be used with ledger-autosync (javascript)
- [ledger-myexpenses](https://github.com/ony/ledger-myexpenses) MyExpenses android app sqlite db to *ledger conversion (python)
-- [ledger-reconciler](https://disjoint.ca/projects/ledger-reconciler) automatically download and reconcile your ledger financial entries
- [ledger-to-beancount](https://github.com/glasserc/ledger-to-beancount/) yet another simple ledger to beancount converter (python)
- [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
@@ -669,6 +668,7 @@ Next, related add-ons and helpers by category
- [qb2ledger](https://gist.github.com/genegoykhman/3765100) QuickBooks General Journal CSV to *ledger converter
- [QIFtoLedger](https://github.com/Kolomona/QIFtoLedger) (Bank of America's) QIF to *ledger converter
- [reckon](https://github.com/cantino/reckon) smart interactive/non-interactive CSV to *ledger converter
+- [slc](https://github.com/marvinpinto/slc) generates Ledger accounting entries, works with generic CSV files as well as the Stripe API
- [smart_importer](https://github.com/johannesjh/smart_importer) library for building smarter CSV to beancount/Fava converters
- [total_recall](https://github.com/eval/total_recall) CSV to *ledger converter
- [ynab-to-ledger](https://github.com/vermiceli/ynab-to-ledger) You Need A Budget (YNAB) to *ledger converter. Handles multiple currencies, multiple number formats, reconciliation, memos, transfers, and split transactions
diff --git a/index1.html b/index1.html
index 9ca9610..c86bda5 100644
--- a/index1.html
+++ b/index1.html
@@ -445,7 +445,6 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
ledger-autosync OFX download, OFX to *ledger conversion, deduplication
ledger-guesser neural network for generating entries like past ones, can be used with ledger-autosync (javascript)
ledger-myexpenses MyExpenses android app sqlite db to *ledger conversion (python)
-ledger-reconciler automatically download and reconcile your ledger financial entries
ledger-to-beancount yet another simple ledger to beancount converter (python)
ledger-tutorials convert Pete Keen's tutorials to ebook format
ledger2beancount.py *ledger to beancount converter
@@ -457,6 +456,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
qb2ledger QuickBooks General Journal CSV to *ledger converter
QIFtoLedger (Bank of America's) QIF to *ledger converter
reckon smart interactive/non-interactive CSV to *ledger converter
+slc generates Ledger accounting entries, works with generic CSV files as well as the Stripe API
smart_importer library for building smarter CSV to beancount/Fava converters
total_recall CSV to *ledger converter
ynab-to-ledger You Need A Budget (YNAB) to *ledger converter. Handles multiple currencies, multiple number formats, reconciliation, memos, transfers, and split transactions