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
-
2:11:49
Steven Crowder
5 hours agoThe Lies are Sick: Charlie Kirk's Legacy Separating Fact from Fiction
487K359 -
1:22:10
Sean Unpaved
2 hours agoMNF Mayhem: Bucs' Stunner, Brady's Booth Drama, Shedeur's Draft Doge & the Masters on Prime
21.9K1 -
1:07:59
NotTheBee
1 day agoOur Memories Of Charlie Kirk And What This Means For The Country
73.5K26 -
19:40
Clickbait Wasteland
14 hours ago $0.23 earnedAsking New Yorkers Who They Support For Mayor: The Bronx
4.93K3 -
LIVE
TheAlecLaceShow
1 hour agoCharlie Kirk Assassin's Discord Confession EXPOSED! Dems' Reaction | Jim Pfaff on The Alec Lace Show
131 watching -
1:19:51
The Rubin Report
4 hours agoListen to the Fear in Whoopi Goldberg’s Voice on 'The View' as She Gives a Chilling Warning
79.7K99 -
1:29:36
Rebel News
1 hour agoLibs blame Poilievre, Cons call to scrap TFW program, Carney on Canada-US relations | Rebel Roundup
22.5K11 -
1:51:24
The Mel K Show
3 hours agoMORNINGS WITH MEL K - Constitution Incompatible with Globalist Goals 9-16-25
46.6K7 -
35:35
Grant Stinchfield
3 hours ago $1.27 earnedRFK Jr. Speaks Out: The Pain of Assassination & the Loss of Charlie Kirk
25K6 -
1:59:33
Benny Johnson
4 hours agoKash Patel Testifying LIVE Now on Charlie Kirk Assassination, Trump to Declare Antifa TERRORISTS?!
111K88