Skip to content

Latest commit

 

History

History
32 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

32 lines (12 loc) · 388 Bytes

MyNotes

Simple flatfile private blog

python mynotes.py

Creates a file [dataFileRoot]/YEAR/MMDD.txt and opens it up in your editor

python mynotes.py -d "March 4 2012"

python mynotes.py -d "4/4/11"

Uses the custom date

python mynotes.py -e vi

Uses the provided editor

python mynotes.py -r "/Users/ajsingh/another_custom_path"

Uses another custom root directory