Skip to content

Instantly share code, notes, and snippets.

@kevinmcconnell
Created August 18, 2014 20:31
Show Gist options
  • Save kevinmcconnell/bcd1cdb31f00325c9010 to your computer and use it in GitHub Desktop.
Save kevinmcconnell/bcd1cdb31f00325c9010 to your computer and use it in GitHub Desktop.
Quickly open today's journal file
#!/bin/bash
DIR="$HOME/Dropbox/work/journals"
NAME=`date +%Y-%m-%d.md`
mkdir -p $DIR
vim "$DIR/$NAME" +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment