My quick and dirty note recorder. Inspired by some post somewhere online that I don't remember.
mkdir ~/.scratch
cp template.md ~/.scratch
- Add the following to your
.bashrc
or.zshrc
:
alias scratch="~/Downloads/personal/scratch/write.sh"
- Profit!
scratch
opens a Markdown file within ~/.scratch
for the current day, creating the file if it doesn't already exist. This file uses the template found at ~/.scratch/template.md
.
# ============= NOTES =============
## 09:45AM
Something cool happened today.
## 01:13PM
Had a really cool lunch.