Skip to main content

Indexing and searching of personal notes.

Project description

I take notes in some plain text files (Markdown/rST format, usually). After a while, I’ve already a few files and I need to find easily those files I need.

That’s why I developed this tool: to index those notes and to traverse the index and locate the needed notes.

At the moment it is pretty limited: only search by tag, not by title, nor date, nor content.

PyPI Downloads Latest PyPI version License

Installation

$ 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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page