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:03:35
BonginoReport
3 hours agoKirk’s Alleged Killer Dating Hateful Transgender??? - Nightly Scroll w/ Hayley Caronia (Ep.134)
61.5K75 -
1:01:12
The Nick DiPaolo Show Channel
4 hours agoKirk Assassination Exposes Insane Left | The Nick Di Paolo Show #1793
25.9K12 -
LIVE
The Mike Schwartz Show
3 hours agoTHE MIKE SCHWARTZ SHOW Evening Edition 09-15-2025
4,923 watching -
LIVE
LIVE WITH CHRIS'WORLD
4 hours agoLIVE WITH CHRIS'WORLD - They Just Created 1 Million Charlie Kirks
93 watching -
LIVE
Quite Frankly
6 hours agoStaggering Evil, Official Stories & Open Lines | Rich Baris 9/15/25
815 watching -
1:09:33
TheCrucible
4 hours agoThe Extravaganza! EP: 36 (9/15/25)
154K16 -
1:13:06
Candace Show Podcast
3 hours agoThey Are Lying About Charlie Kirk. | Candace Ep 235
75.9K332 -
1:47:40
Kim Iversen
4 hours agoWas There a Second Shooter in the Charlie Kirk Attack?
46K59 -
DVR
Redacted News
4 hours ago“They’re NOT stopping with Charlie Kirk!” JD Vance TORCHES violent leftists | Redacted
230K97 -
39:45
Kimberly Guilfoyle
4 hours agoCharlie's Legacy and Our Mission | Ep.253
44.6K12