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:15:00
Awaken With JP
8 hours agoMerry Christmas NOT Happy Holidays! Special - LIES Ep 71
99.4K98 -
1:42:21
The Quartering
9 hours agoTrump To INVADE Mexico, Take Back Panama Canal Too! NYC Human Torch & Matt Gaetz Report Drops!
88.9K89 -
2:23:15
Nerdrotic
9 hours ago $10.10 earnedA Very Merry Christmas | FNT Square Up - Nerdrotic Nooner 453
67.4K6 -
1:14:05
Tucker Carlson
8 hours ago“I’ll Win With or Without You,” Teamsters Union President Reveals Kamala Harris’s Famous Last Words
150K304 -
1:58:31
The Dilley Show
8 hours ago $30.88 earnedTrump Conquering Western Hemisphere? w/Author Brenden Dilley 12/23/2024
125K32 -
1:09:59
Geeks + Gamers
9 hours agoSonic 3 DESTROYS Mufasa And Disney, Naughty Dog Actress SLAMS Gamers Over Intergalactic
83.7K20 -
51:59
The Dan Bongino Show
11 hours agoDemocrat Donor Admits The Scary Truth (Ep. 2393) - 12/23/2024
807K2.71K -
2:32:15
Matt Kohrs
21 hours agoRumble CEO Chris Pavlovski Talks $775M Tether Partnership || The MK Show
121K31 -
28:23
Dave Portnoy
21 hours agoDavey Day Trader Presented by Kraken - December 23, 2024
155K43 -
59:29
BonginoReport
12 hours agoTrump, Murder Plots, and the Christmas Miracle: Evita + Jack Posobiec (Ep.110) - 12/23/2024
161K131