Write allows you to create and edit journal entries directly from the command line using your favorite text editors like vim, Sublime Text, TextMate, and way more. Each entry is automatically named with today's date, so you can just focus on what's important, that is, write!
$ write
Just write. It's embarrassingly simple.
-
Clone it
git clone https://github.com/jackyliang/write-cli.git -
Open
write-cli.shand edit your default editor and save pathalias EDITOR="vi"SAVE_PATH="$HOME/Desktop/Entries" -
Optional but recommended aliasing in your
.profilealias write=". ~/write-cli/write-cli.sh"