From 60d762f75eb00a06f1241af415964a2d1ea41870 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 14 Apr 2025 14:31:51 -1000 Subject: [PATCH] home: csv2ledger.el --- src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.md b/src/index.md index 6b8e4e9..a0b5977 100644 --- a/src/index.md +++ b/src/index.md @@ -811,6 +811,7 @@ td:first-child strong a { - [Costflow](https://docs.costflow.io) convert one line message to beancount/*ledger format - [csv2beancount](https://github.com/PaNaVTEC/csv2beancount) CSV to beancount converter (clojure) - [CSV2Ledger](https://launchpad.net/csv2ledger) CSV to *ledger converter (perl) +- [csv2ledger.el](https://codeberg.org/joostkremers/csv2ledger) CSV to *ledger converter (emacs lisp) - [double-entry-generator](https://github.com/deb-sig/double-entry-generator) Rule-based double-entry bookkeeping importer (from Alipay/WeChat/Huobi etc. to Beancount) - [finfetch](https://github.com/natepmay/finfetch) local web app for downloading csv from your banks via Plaid (categorised, deduplicated, plus edits and deletions) - [fints2ledger](https://github.com/MoritzR/fints2ledger) FinTS/HBCI to csv to *ledger or beancount journals (python)