diff options
Diffstat (limited to 'journal.sh')
-rwxr-xr-x | journal.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ #!/usr/bin/env zsh +# ==== +# journal.sh +# Manages a simple journaling system. +# +# Written for Mac +# +# Uses GNU coreutils, gdate, gsed, etc. +# ==== + set_dates() { nowtime=$(gdate "+%H:%M") || exit day=$(gdate "+%A" -d "$*") || exit |