notizen

Indexing and searching of personal notes.


Keywords
notes, index, search, documentation
License
MIT
Install
pip install notizen==1.0.0

Documentation

notizen

Indexing and searching of personal notes.

Installation

PyPI Downloads Latest PyPI version License
$ sudo pip3 install --upgrade notizen

Usage

First index some notes:

$ notizen updatedb my-notes/
$

Then you can search for all files with tag python:

    $ notizen locate python
    2 matching files under tag "python":
    /foo/bar/my-notes/python_annotations.md
    /foo/bar/my-notes/async-python.md
$