Easily write a daily log by simply creating an alias for your shell:

alias today='vim ~/Documents/dailylog/"$(date -Idate).md"'

This is inspired by the “daily note” button in Obsidian. I love Obsidian, but I use the CLI too much to consistently write my logs in the Obsidian GUI.