Skip to content

Instantly share code, notes, and snippets.

@josephwegner
Created January 14, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephwegner/677ce82556fcbde6ae626a85d125a512 to your computer and use it in GitHub Desktop.
Save josephwegner/677ce82556fcbde6ae626a85d125a512 to your computer and use it in GitHub Desktop.
jrnl
#!/bin/bash
JRNL_DIR="/Your/Dropbox/Or/Drive/Or/Whatever/notes/day_journals/`date +%Y/%m`"
mkdir -p "$JRNL_DIR"
JRNL_FILE="$JRNL_DIR/$(date +%d).txt"
touch "$JRNL_FILE"
vim + "$JRNL_FILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment