Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iFelixG/a3f96143f1ada8bffbea2b49e299b871 to your computer and use it in GitHub Desktop.
Save iFelixG/a3f96143f1ada8bffbea2b49e299b871 to your computer and use it in GitHub Desktop.
Sublime Text to Day One Build System (requires Day One CLI)
{
"cmd": ["dayone new < $file"],
"path": "/usr/local/bin/",
"shell": "true"
}
@iFelixG
Copy link
Author

iFelixG commented Jul 7, 2017

//For Day One 2.0 or later

{
  "cmd": ["dayone2 new < '$file'"],
  "path": "/usr/local/bin/",
  "shell": "true"
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment