Skip to content

Automates creation and organization of my notes during work day

Notifications You must be signed in to change notification settings

benjaminpetrin-zz/takenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

takenote

Command line tool to automate creation and organization of my notes during work day.

usage: takenote.py [-h] [-n N]

Manage and edit notes

optional arguments:
  -h, --help  show this help message and exit
  -n N        Edit the Nth youngest note, default is 0 (today).

When executed takenote will launch the current editor (defined by environmental variable EDITOR and defaulting to 'vim') with today's note file. If today's note file is not found it will be created and populated with the contents of the most recent date's note file before being launched in EDITOR.

The note file name format as well as the directory they are stored in can be configured.

About

Automates creation and organization of my notes during work day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages