Skip to content
/ dn Public

Dead simple daily notes in your existing editor.

Notifications You must be signed in to change notification settings

jarredkenny/dn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dead simple daily notes in your existing editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published