Save notes in markdown and search them
Project description
Pannote
=======
Installation
------------
```
$ brew install xapian --with-python
$ pip install pannote
```
Usage
-----
Given a directory of text files, pannote will go and index those files using
xapian. It uses an English stemmer. Then you give it a term and it will find
all matching files. Each time it runs, it reindexes everything and deletes the
database.
```
$ pannote --help
Usage: pannote [OPTIONS] DIRECTORY TERM
A simple program that indexes a directory of text files and allows you to
search it
Options:
-0, --print0 separate matches with a null byte in output
--help Show this message and exit.
```
Pannote works really well with Facebook's [PathPicker][1].
```
$ pannote /path/to/notes "isomorphic" | fpp
```
[1]: https://github.com/facebook/pathpicker/
License
-------
GPLv3
=======
Installation
------------
```
$ brew install xapian --with-python
$ pip install pannote
```
Usage
-----
Given a directory of text files, pannote will go and index those files using
xapian. It uses an English stemmer. Then you give it a term and it will find
all matching files. Each time it runs, it reindexes everything and deletes the
database.
```
$ pannote --help
Usage: pannote [OPTIONS] DIRECTORY TERM
A simple program that indexes a directory of text files and allows you to
search it
Options:
-0, --print0 separate matches with a null byte in output
--help Show this message and exit.
```
Pannote works really well with Facebook's [PathPicker][1].
```
$ pannote /path/to/notes "isomorphic" | fpp
```
[1]: https://github.com/facebook/pathpicker/
License
-------
GPLv3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pannote-0.2.0.tar.gz
(14.7 kB
view details)
File details
Details for the file pannote-0.2.0.tar.gz
.
File metadata
- Download URL: pannote-0.2.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680655d9fbf20122731b27a68a34dc94cf955d3e8abe788ea2b871ac9a5b9df7 |
|
MD5 | 7c14ccd3d1049d485bbe27c5a5c9a131 |
|
BLAKE2b-256 | 7915587c74a5c0fd50882233cce5cbb536110094af2ab6031f025c63a374bfdd |