Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.01 KB

dn (daily note)

Dead simple daily notes in your existing editor.

Usage

dn [options] [title]

[options]

--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

[title]

The title of the note.

Defaults to the current date in YYYY-MM-DD format which serves as a general daily note.

Open Today's Daily Note

dn

Open Yesterday's Daily Note

dn --day=-1

Create a Titled Daily Note

dn Standup Notes

Create a seperate daily note with a title for 2 days from now

dn --day=2 customer call

Todo

  • 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?)