tl;dr I’ve added a small set of options to jot, my minimal opinionated Python command-line tool that helps me remember stuff. Forget me jot You may recall I made a Python CLI tool called jot to help me record work tasks. I go to my terminal and type jot "corrected a typo" and it gets added to a simple text file with a timestamp. To give it a go, I recommend installing uv and then install from GitHub like uv tool install git+https://github.com/matt-dray/jot. Opt in I’ve been using jot for ...