-
-
Save josephwegner/677ce82556fcbde6ae626a85d125a512 to your computer and use it in GitHub Desktop.
jrnl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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