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
-
14:05
Sideserf Cake Studio
20 hours ago $14.45 earnedHYPERREALISTIC HAND CAKE GLOW-UP (Old vs. New) 💅
52.1K9 -
28:37
marcushouse
22 hours ago $8.06 earnedSpaceX Just Dropped the Biggest Starship Lander Update in Years! 🤯
24.2K8 -
14:54
The Kevin Trudeau Show Limitless
3 days agoThe Hidden Force Running Your Life
104K23 -
2:16:35
DLDAfterDark
9 hours ago $7.98 earnedIs The "SnapPocalypse" A Real Concern? Are You Prepared For SHTF? What Are Some Considerations?
25.1K10 -
19:58
TampaAerialMedia
20 hours ago $8.87 earnedKEY LARGO - Florida Keys Part 1 - Snorkeling, Restaurants,
41.6K18 -
1:23
Memology 101
2 days ago $7.93 earnedFar-left ghoul wants conservatives DEAD, warns Dems to get on board or THEY ARE NEXT
33.2K67 -
3:27:27
SavageJayGatsby
10 hours ago🔥🌶️ Spicy Saturday – BITE Edition! 🌶️🔥
58.9K7 -
26:09
Exploring With Nug
20 hours ago $12.44 earned13 Cold Cases in New Orleans What We Discovered Beneath the Surface!
54.4K27 -
27:39
MYLUNCHBREAK CHANNEL PAGE
15 hours agoDestroying Time.
137K41 -
3:27:19
Mally_Mouse
10 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Minecraft Christmas Adventure!!
135K12