From 1e8a07f8a018a4134b894856cf2379de2474eb4d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 27 May 2019 09:09:41 -0700 Subject: [PATCH] ledger-guesser --- index.html | 1 + index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 7b651f5..50601c4 100644 --- a/index.html +++ b/index.html @@ -407,6 +407,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • into-ledger CSV to *ledger converter
  • Ledger in Go has limport, a CSV to *ledger converter
  • 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-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
  • diff --git a/index.md b/index.md index 2cd0fef..2c2eb5e 100644 --- a/index.md +++ b/index.md @@ -348,6 +348,7 @@ The following sections collect add-ons and helper tools related to the above. - [into-ledger](https://github.com/manishrjain/into-ledger) CSV to *ledger converter - [Ledger in Go](https://github.com/howeyc/ledger) has limport, a CSV to *ledger converter - [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-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