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
-
1:12:23
The Bold Lib
16 hours agoSay Something Beyond W/MikeMac: JOKER - Ep.12
5.42K -
LIVE
LFA TV
16 hours agoLIVE & BREAKING NEWS! | MONDAY 11/3/25
3,046 watching -
1:30:13
Game On!
14 hours ago $6.64 earnedChiefs Dynasty OVER, New Longest FG RECORD, and Patriots Are Winning The Super Bowl!
29.5K2 -
4:02:17
The Bubba Army
3 days agoIS AMERICA OVER TRUMP? - Bubba the Love Sponge® Show | 11/03/25
90.6K30 -
48:57
Man in America
19 hours agoThe Sinister Reason They Put Fluoride in Everything w/ Larry Oberheu
373K104 -
1:06:56
Sarah Westall
16 hours agoAstrological Predictions, Epstein & Charlie Kirk w/ Kim Iversen
106K74 -
2:06:49
vivafrei
1 day agoEp. 289: Arctic Frost, Boasberg Impeachment, SNAP Funding, Trump - China, Tylenol Sued & MORE!
298K219 -
2:56:28
IsaiahLCarter
20 hours ago $14.64 earnedThe Tri-State Commission, Election Weekend Edition || APOSTATE RADIO 033 (Guest: Adam B. Coleman)
68.5K8 -
15:03
Demons Row
15 hours ago $16.29 earnedThings Real 1%ers Never Do! 💀🏍️
81.5K25 -
35:27
megimu32
18 hours agoMEGI + PEPPY LIVE FROM DREAMHACK!
198K15