Skip to content

antoine-gagne/nap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.MD

============= Note a problem is a note-taking app baby!

Installation

To install as a normal package, cd into setup directory and python setup.py install OR python setup.py build then pip install .

Example uses:

New/Edit note: nap -n note_name

New note with keywords: nap -n note_name -k keyword1 keyword2

List available notes nap -l

Delete a note nap -d note_name

For development

To install the package so it points to the code rather than a static build: pip install -e .

To build the package for distribution python setup.py bdist_wheel

To run the tests tox

About

need to remember something? Note A Problem!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages