Hacker News new | ask | show | jobs
by Normille 1318 days ago
Never seen that concept before. I've done similar in the past using aliases in my ~/.zshrc

  alias taskname='echo "blah. blah... instructions for task..."'
Of course, then I have to remember what nemonnic I used for 'taskname'!
1 comments

I had the exact same reaction. I have little "README.md" text files scattered about to remind me how to do things and never thought to make an interactive post-it note.