Hmrc2ledger

 cljoly/hmrc2ledger Disclaimer: This is not financial advice. It may be outdated or wrong, do your own research. Convert CSV to ledger price db, to compute foreign transaction CGT (and section 104 holdings). Contains public sector information licensed under the Open Government Licence v3.0

Ledger.ctags

 cljoly/ledger.ctags If you are using Ledger or one of its variants for your plain text accounting, you get to manage your finances a bit more like you manage code. With plain text files, in your favorite editor. And yet, as opposed to code in most languages, you don’t have a Language Server Protocol implementation. So it’s a bit harder to get completions on accounts, tags, payees… You have to rely on bespoken support from your editor and that’s often imperfect or slow....

Into Ledger

 cljoly/into-ledger into-ledger helps categorization of CSV transactions and conversion into ledger format for consumption by ledger-cli.org. It makes importing hundreds of transactions into ledger a breeze. I typically get close to a hundred transactions per account per month myself, which is why I wrote this tool. This is a fork of manishrjain/into-ledger (which appears to be unmaintained) Features Accurate : Uses a much more accurate tf-idf expense classifier than used by cantino/reckon....