1
0

kmymoney2hledger

This commit is contained in:
Simon Michael
2020-06-10 10:43:01 -07:00
parent 517f3b1613
commit 606271523c
2 changed files with 4 additions and 0 deletions

View File

@@ -604,6 +604,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/chazmcgarvey/homebank2ledger">homebank2ledger</a> HomeBank to ledger and beancount converter (perl)</li>
<li><a href="https://github.com/quentinsf/icsv2ledger">icsvledger</a> interactive CSV to *ledger converter (python)</li>
<li><a href="https://github.com/manishrjain/into-ledger">into-ledger</a> CSV to *ledger converter</li>
<li><a href="https://github.com/maridonkers/kmymoney2hledger">kmymoney2hledger</a> KMyMoney to *ledger converter (clojure)</li>
<li><a href="https://github.com/howeyc/ledger">Ledger in Go</a> has limport, a CSV to *ledger converter</li>
<li><a href="https://gitlab.com/egh/ledger-autosync">ledger-autosync</a> OFX download, OFX to *ledger conversion, deduplication</li>
<li><a href="https://github.com/j3k0/ledger-guesser">ledger-guesser</a> neural network for generating entries like past ones, can be used with ledger-autosync (javascript)</li>
@@ -822,6 +823,7 @@ other console/curses tools
<h3 id="articles-blog-posts">articles &amp; blog posts</h3>
<p>2020</p>
<ul>
<li><a href="https://photonsphere.org/posts-output/2020-05-31-kmymoney2hledger">Mari Donkers: KMyMoney to HLedger conversion</a> <!-- 2020/5/31 --></li>
<li><a href="http://xbrl.squarespace.com/journal/2020/5/5/plain-text-accounting.html">Charles Hoffman: Plain Text Accounting</a> <!-- 2020/5/5 --></li>
<li><a href="http://xbrl.squarespace.com/journal/2020/5/4/fat-free-accounting-ledger.html">Charles Hoffman: Fat Free Accounting: Ledger</a> <!-- 2020/5/4 --></li>
<li><a href="https://yingtongli.me/blog/2020/04/29/hbs-scrape.html">Lee Yingtong Li: Using selenium to scrape/import bank transactions for ledger-cli</a> <!-- 20200429 --></li>