notizen 1.0.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

notizen 1.0.0

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.




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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.