From 52cb1f4dbff3ec7e7294b57d6f19fb8a2f012616 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 13 Mar 2024 18:28:37 -1000 Subject: [PATCH] link FFH, hledger-flow, rtrledger --- src/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.md b/src/index.md index e0d337e..f0ab0a2 100644 --- a/src/index.md +++ b/src/index.md @@ -729,6 +729,12 @@ Commit activity (from https://hledger.org/reporting-version-control-stats.html) - [reorder-journal.sh](https://github.com/amitaibu/hledger-example/blob/master/reorder-journal.sh) sort hledger entries, preserving directives/comments at top of file (bash) - [sassetti](https://github.com/jvasile/sassetti) adds lisp macros to ledger files (common lisp) +### Workflows + +- [Full-fledged hledger](https://github.com/adept/full-fledged-hledger) scripts and detailed tutorial for generating hledger journals from CSV files (haskell, shell) +- [hledger-flow](https://github.com/apauley/hledger-flow) command-line tool to generate hledger (or Ledger) journals from CSV files (haskell) +- [rtrledger](https://github.com/rotorkunstkultur/rtrledger) another hledger journals from CSV files system, designed for chaotic German freelancers (shell etc.) + ### Formatting - [beancount-black](https://github.com/LaunchPlatform/beancount-black) opinionated beancount file formatter