Hacker News new | ask | show | jobs
by dheera 3184 days ago
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.