Hacker News new | past | comments | ask | show | jobs | submit login

I like to use: `alias sp='vim ~/notes/scratchpad-$(date +"%m-%d-%Y-%T")'`



I use

    #!/bin/bash
    mkdir -p ~/Dropbox/scratch/$(date +"%Y-%m-%d")
    vim ~/Dropbox/scratch/$(date +"%Y-%m-%d")/$(date +"%Y-%m-%d-%H-%M-%S")
for convenient sorting by date, and throw stuff in Dropbox for automatic syncing across my machines.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: