How to use beancount: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
 
Line 14: Line 14:
==使用==
==使用==
* 语法检测 bean-check file.beancount
* 语法检测 bean-check file.beancount
* 账本展示 fava file.beancount
* 账本展示 fava file.beancount 之后根据提示,一般是在 http://127.0.0.1:5000 查看

Latest revision as of 17:01, 17 December 2024

Beancount 是一款简洁、可靠的财务记账软件。本文讲述如何使用它。想要财务自由的人,可以学一下。

安装

# 如果安装很很慢,请学会换用清华 apt 源
sudo apt install pipx
mkdir -p ~/.pip
echo "[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple" > ~/.pip/pip.conf
pipx install beancount
pipx install fava

使用

  • 语法检测 bean-check file.beancount
  • 账本展示 fava file.beancount 之后根据提示,一般是在 http://127.0.0.1:5000 查看