Skip to content
/ notes Public

Simple python script to effortlessly create project notes from CL

Notifications You must be signed in to change notification settings

tadeoos/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTES

A simple script to create short notes while developing a project.

INSTALATION

  • download notes.py file and save it wherever you please

USAGE

first time run (assuming you are in the directory where notes.py is stored):

python notes.py -i

this will copy the script into /usr/local/bin directory.
Assuming you have it in your path you can now run:

notes.py notes_content

from wherever on your computer.

This will create (or append if it exist) a .notes.md file with 'notes_content' on a new line and the date of creation.

Example output:

notes.py -d mail to admin produces the following in .notes.md:

# NOTES

- [ ] mail to admin   // 25.03.2017 at 17:38

About

Simple python script to effortlessly create project notes from CL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages