redstreet / reds-ramblings-comments

0 stars 0 forks source link

personal-finance/putting-it-all-together-into-a-workflow/ #9

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Putting it All Together into a Workflow — Red's Rants

This is how my workflow looks:

https://reds-rants.netlify.app/personal-finance/putting-it-all-together-into-a-workflow/

richban commented 2 years ago

Would you please share the file process_all_files.zsh.

What happens with the input files? Do you back them up?

redstreet commented 2 years ago

What happens with the input files? Do you back them up?

Correct. bean-file (part of beancount) exists for this purpose. Running it will neatly file it away under a folder hierarchy that mirrors your account hierarchy, with the date prepended to the filename. I do nothing special here other than invoking bean-file.

Would you please share the file process_all_files.zsh.

Sure, will do in a day or two. I need to clean up personal stuff from it, hence the delay. In its essence, it's bean-extract followed by bean-file.

redstreet commented 2 years ago

Here is process_all_files.zsh, also linked above. append_to_main.bash is also linked above.