summaryrefslogtreecommitdiffstats
path: root/fish/functions/hl-monthly-for-account.fish
blob: 8c8dc89fd873ca6d97fef619d494f26955748c09 (plain) (blame)
1
2
3
4
function hl-monthly-for-account --description 'hledger register for account (given in food:home format)'
	cd ~/ledger
hledger reg --monthly $argv[1]
end