Simple command line for managing a set of text based notes.
Manage your notes using the nn command line interface.
pip install git+https://github.com/supernifty/NiftyNote
- nn rm pattern --> remove notes matching pattern
- nn edit title --> add or edit a note with title
- nn list [pattern] --> list note titles containing pattern
- nn find pattern --> find notes containing pattern
- nn view pattern --> show notes with pattern in title
The web based interface renders pages as Markdown and supports MathJax equations.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py