Premium Only Content

Beancount - Getting started - Episode 2
In this Video I will explain how to get started with Beancount, which is a plaintext accounting tool
for tracking your personal finances.
Neovim plugins mentioned in the video:
* https://github.com/nathangrigg/vim-beancount
* https://github.com/jose-elias-alvarez/null-ls.nvim
* https://github.com/AlxHnr/null-ls-bean-check.nvim
* https://github.com/SirVer/ultisnips
Beancount main file header:
```
plugin "beancount.plugins.check_commodity"
plugin "beancount.plugins.coherent_cost"
plugin "beancount.plugins.nounused"
2024-02-05 commodity EUR
option "operating_currency" "EUR"
option "booking_method" "FIFO"
```
Example snippet (Ultisnips):
```
snippet salary "Expands to a salary payment" b
`date '+%Y-%m-'`${1:01} * "John Doe Software Company"
Assets:Checking 2,500.00 EUR
Income:Salary
endsnippet
```
Neovim lua code for auto-committing the changes in your beancount repository.
```
local augroup = vim.api.nvim_create_augroup('beancount-augroup', {})
vim.api.nvim_create_autocmd('VimLeave', {
pattern = '*', group = augroup,
callback = function()
vim.api.nvim_command('!cd ~/YOUR/BEANCOUNT/DIRECTORY/HERE/ && git commit -am "Autosave"')
end
})
-- Jump to the bottom of beancount files when opening.
vim.api.nvim_create_autocmd('BufWinEnter', {
pattern = { '*.beancount' }, group = augroup,
callback = function() vim.api.nvim_input('Gzz') end
})
```
=== Support this channel ===
* Help the algorithm by subscribing, liking and commenting
* Donate trough Patreon: https://patreon.com/WealthAllocator
* Donate Bitcoin: bc1qh8emwj2y7gq7ecarvkyf4uclt9grhfzg384yje
* Donate Ethereum: 0xEFad3B0A4cF9e75dF46EE86564358bE4324e0E5b
-
35:39
Producer Michael
16 hours agoROLLS-ROYCE SPECTRE TEST DRIVE GOES WRONG!
32.5K4 -
15:42
Nicholas Bowling
15 hours ago $1.79 earnedCharlie’s MURDER Sparks COLLEGE STUDENTS to Boldly Preach the Gospel!
8.88K18 -
40:10
Uncommon Sense In Current Times
18 hours ago $1.52 earnedDeconstruction of Christianity | Tim Barnett on Truth, Faith & the Crisis in Today’s Church
36.8K2 -
LIVE
Total Horse Channel
13 hours ago2025 Quarter Horse Congress * Celeste Center * Wednesday October 1st
89 watching -
LIVE
The Bubba Army
23 hours agoGOVERNMENT SHUTDOWN! - Bubba the Love Sponge® Show | 10/01/25
1,542 watching -
7:22
Adam Does Movies
20 hours ago $0.69 earnedThe Smashing Machine - Movie Review
15.8K1 -
5:15
Blackstone Griddles
14 hours agoCreamy Cajun Linguine with Bruce Mitchell on the Blackstone Griddle
21.9K1 -
9:18
Freedom Frontline
19 hours agoMarco Rubio DESTROYS Stephanopoulos And Exposes USAID Scam
21.7K14 -
0:39
OfficialJadenWilliams
4 days agoRealizing you're stuck in the Back Rooms
19K -
9:14
The Art of Improvement
1 day ago $0.81 earnedHow to Stop Overthinking
16.4K