Gum for better shell scripts
Blogging
One of the many reasons I don’t blog regularily is the fact that it is not easy for me to do some necesary preparation tasks:
- cd into content directory
- create a folder
- decide what laguage I want to use (en or pl)
- create a file and add frontmatter or
- use
hugo new <path>which is better as it prepopulates frontmatter - update the frontmatter with description
- use my tool to check what are the tags I used to assign to my posts so that I can reuse them (check go-lista-tagow(pl))
These tasks are tiny but very effective in growing in my mind as “stuff” I need to do first. In order to make hard things easy and build better habits I decided I need to minimize this friction and created a bash script that does this for me, asking questions as I go. And this bash script should be fun to run and use.





 page /posts/2024-10-06_about_rust/code_rust_lox.png](/posts/2024-10-06_about_rust/code_rust_lox.png)



