TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Managing Personal Finances with Git

9 pointsby lildataalmost 4 years ago
I just thought that Git could make a lot of sense to manage personal finance. A little bit in the spirit of Ledger CLI https://www.ledger-cli.org/ I searched & it seems nobody have tried. What do you thing & what would be the best approach?

3 comments

quantumofalphaalmost 4 years ago
There&#x27;s actually wealth of resources on this topic today, see <a href="https:&#x2F;&#x2F;plaintextaccounting.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plaintextaccounting.org&#x2F;</a> for a starting point.<p>&gt; it seems nobody have tried<p>Probably because it&#x27;s too obvious of an idea? And you wouldn&#x27;t just find people&#x27;s repos on github with their ledger databases for another obvious reason.
snickersnee11almost 4 years ago
I always had a question for people who do such things. Is it really worth the time to configure such things and get into a habit of it?<p>It&#x27;s like a ton of time to get into such framework, much easier to install some app on your phone. What&#x27;s the point? (Sincere question)
评论 #27383813 未加载
评论 #27379175 未加载
Jtsummersalmost 4 years ago
Git + Ledger (or other plaintext accounting tools) actually works pretty well. I did that for several years, though the habit&#x2F;routine broke for me last year. It let me keep the files in sync between my phone and my computer(s).<p>I&#x27;m not sure it&#x27;s worth a writeup as anything special, git is (for programmers especially) a conventional way of keeping things synchronized between devices. I also used Dropbox for a time, but I specifically wanted versioning to help keep track of edits and reorgs of my files so I switched to git.