Hacker News new | ask | show | jobs
by yawaramin 1515 days ago
I had a similar trajectory. For the past few years I've been using ledger-cli, which is a purely command-line tool for double-entry bookkeeping. It reads a plain text file containing structured transaction entries, and can output various formats, like ledgers, reports, etc. I'm liking the minimalism, it just needs a text editor to maintain the transaction journal.
1 comments

How do you perform graph reporting and forecasting?
For visualizations, I do two things... (1) use little scripts to generate gnuplot input, (2) convert ledger files to beancount files, and use fava. Both have their place. For forecasting, ledger has some built-in capabilities, although I've never used them.
Nothing sophisticated. I just post-date transactions in the journal and let the tool calculate and show me the running account balance. But it's very customizable in output format. As the other reply said, you can feed its output into any other suitable tools.