For help getting started, or more info, see https://hledger.org And join our chat via Matrix or IRC: https://hledger.org/support Newcomers, experts, contributors, sponsors, feedback are welcome! - Source: Reddit / 12 days ago
Hledger (https://hledger.org/) is another good PTA option. I've been using it for our family finances for a few years now. - Source: Reddit / 2 months ago
You can keep a personal ledger. I use Hledger. It has functionality like the thing described in the OP I think, but it's stored in a plaintext file anyways so even if it's not, you can use another program to parse it however you like. - Source: Reddit / 4 months ago
I made a simple TUI to view and manage my personal finances using Go and Bubbletea. It uses hledger under the hood. - Source: Reddit / 4 months ago
There is hledger. It is plain text accounting. - Source: Reddit / 5 months ago
For the CLI rather than TUI, I'll give a shoutout to ledger (which is what I use, but hledger and beancount are also good choices) for my /r/plaintextaccounting needs, and I use remind for my calendaring. I've seen some TUIs built atop them (I've tinkered with wyrd for remind and have seen some ledgerlike TUIs, but not tried them), but find that I prefer just a CLI and text-editor. - Source: Reddit / 5 months ago
The hledger project could be a helpful resource (source code). - Source: Reddit / 6 months ago
I am using hledger for keeping track of my finances. It was tedious to manually add all transactions, so I build a python script that converts csv file generated from my bank account to hledger syntax. Additionally it automatically assigns categories based on title of transaction. - Source: Reddit / 7 months ago
I use hledger and track all of my spending by hand, like so:. - Source: Reddit / 7 months ago
This isn't technically Emacs specific, but you could look into Plain Text Accounting. I use ledger combined with ledger-mode on Emacs, however there is a more up-to-date one called hledger, with hledger-mode. You can have these setup in an org file and export into a plain text file if you would like, but personally I recommend just using one of those modes and editing a ledger file directly. - Source: Reddit / 7 months ago
I have tried several (like https://hledger.org/ ) but would prefer some REA/ValueFlows accounting software. - Source: Hacker News / 7 months ago
I'll give a couple: remind, ledger (and its cousins hledger and beancount ), and ed(1). - Source: Reddit / 8 months ago
The ledger software I use can deal with multiple currencies and supports converting to single currency for reporting. I think that is the best, as you don’t lose any information. - Source: Reddit / 9 months ago
Hledger is software that will never modify your data besides some very specific points and you can automate most of the boring task: https://hledger.org/. - Source: Reddit / 10 months ago
I use hledger (https://hledger.org/). Its a tool for double-entry bookkeeping. In order to budget with hledger I use sub accounts to emulate envelope-budgeting like people might be used to with YouNeedABudget (https://www.youneedabudget.com/). - Source: Reddit / 10 months ago
+1 to that. If you're into accounting: Https://hledger.org, https://hledger.org/WORKFLOWS.html. - Source: Reddit / about 1 year ago
Not sure if this is exactly what you mean, and haven't fully dove into it, but if anyone is looking for a "programming based" accounting solution this one if very cool - https://hledger.org Simple input format that reminds me of a markdown for finances, and then you can slice and dice the raw data in a bunch of ways for reports. - Source: Hacker News / over 1 year ago
AFAIK, ledger, hledger, beancount, etc were all made with personal accounting in mind. - Source: Reddit / over 1 year ago
After that, I switched to hledger, which I'll admit is very much not YNAB-like, but it is super flexible and I ended up hacking my own YNAB-inspired budgeting setup onto it. It's probably not a great alternative for 99.9% of YNAB users, but if you're handy with scripting and open to trying something different, I think it's pretty sweet. - Source: Reddit / over 1 year ago
Honestly, mostly through the https://hledger.org/ website and just using hledger to keep track of my finances. As I encountered things that I didn't know how to do like track investments, or use different currencies (crypto), I did a little research, mostly starting with what's on the site and branching out if I need to. Having a conceptual understanding of accounting concepts helped me get started. It's quite... - Source: Reddit / over 1 year ago
I am building an cli app in fish to catch certain personal data in an organised form. But if I commit error while typing, I need to cancel the entry and start from first. I use Plain Text Account Apps also, and in hledger cli app allows to enter the character < to go back if something was fed incorrectly. Can I acheive it in fish? - Source: Reddit / over 1 year ago
Do you know an article comparing hledger to other products?
Suggest a link to a post with product alternatives.