Making notes accessible from the command line
I stumbled upon a cool repository for cheatsheets aptly named “cheat”. It enables the user to store cheatsheets in a series of directories and then access them through cheat {cheatsheet_name}. While there are a ton of community created cheatsheets, I wanted to see if I could get the tool to work with my online notes, which are written in markdown and organized through mkdocs. I was able to get some elements to work quite well, although some functionality will take more work to development.