Clone the repo
Setup an alias to call the scratchpad bash script
Ex.
#scratchpad
alias scratch="sh ~/src/scratchpad/scratchpad"
Note: The default format is markdown (pad_1.md pad_2.md etc.)
If you want a different format, pass the extension to the script.
Ex.
#scratchpad using .txt extension
alias scratch="sh ~/src/scratchpad/scratchpad .txt"