Dead simple daily notes in your existing editor.
dn [options] [title]
--day
The day offset for the notes date. Defaults to 0 (today)
--dir
The directory to store the daily notes. Defaults to $DN_DIR environment variable
--editor
The editor to use when creating a new note. Defaults to $DN_EDITOR then $EDITOR environment variables
--help
Print this help message
The title of the note.
Defaults to the current date in YYYY-MM-DD format which serves as a general daily note.
dn
dn --day=-1
dn Standup Notes
dn --day=2 customer call
- Ability to recall specific days (
--day last monday
, or--day=YYYY-MM-DD
) - Ability to carry forward unfinished tasks from previous day to new daily note (
dn --carry
, maybe default?)