Comment on Ask HN: Devs with ADHD do you use specialized tooling?parentComments−yuvalsteuerOP3yYou should opensource that shell script, for sure something I would use! Waiting for a link−replwoacause3yYou could also look into these with should work well for the same purpose:https://jrnl.shhttps://xwmx.github.io/nb/−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
You should opensource that shell script, for sure something I would use! Waiting for a link
You could also look into these with should work well for the same purpose:
https://jrnl.sh
https://xwmx.github.io/nb/
It's just this:
I like what the other comment recommended, jrnl.sh.