TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Managing Personal Finances with Git

9 点作者 lildata将近 4 年前
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 条评论

quantumofalpha将近 4 年前
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.
snickersnee11将近 4 年前
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 未加载
Jtsummers将近 4 年前
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.