Skip to content

seanmorton/hledger-htmx

Repository files navigation

hledger-htmx

A web server for viewing hledger data powered by htmx and go templ. It provides similar functionality to hledger-web, with the ability to:

  • Visually dive into subaccounts and their transactions
  • Easily view data across time periods
  • Monitor a monthly budget

Warning: this was written quickly for personal use and contains some hacks! So far this is tested against hledger v1.27.1 and it should be run on the same machine that has hledger installed with your journal files (the server just calls hledger natively and parses its output.)

demo.mov