#!/bin/sh -e
#
# Plan tomorrow's day

notefile="$HOME/drop/notes.md"
printf '\n' >> "$notefile"
date +"%Y-%m-%d" >> "$notefile"
printf -- "----------------" >> "$notefile"
vim "+normal Go" +startinsert "$notefile"
jsync
