Comment on Ask HN: Devs with ADHD do you use specialized tooling?parentComments−lioeters3yIt's just this: j() { local FILE="/home/$USER/notes/journal.md" if [ -z "$1" ]; then edit $FILE && return; fi echo >> $FILE echo "$@" >> $FILE } I like what the other comment recommended, jrnl.sh.
Comments
It's just this:
I like what the other comment recommended, jrnl.sh.