Skip to content

Comment on Ask HN: Devs with ADHD do you use specialized tooling?parent

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:

  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.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.