md-to-toc
md-to-toc copied to clipboard
Shell script
I created a little bash script that makes using the python script a little cleaner. Adding both the shell script and the python script to the system's path should allow users to call md-to-toc input output from wherever their shell is, and it would work like a regular command line utility (although I haven't gotten around to testing that yet).
Following the instructions noted in the commit message for b1e480d, I added the tool to my PATH. It works from any directory now!