1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-11 16:44:09 +02:00

Recoll Search Engine

This commit is contained in:
ryangreenup
2020-07-13 01:45:03 +10:00
parent 87e6b56832
commit d34bee12ab

View File

@@ -26,10 +26,20 @@ stow -t $HOME -S cadmus
## Usage
It's all Menu driven so just follow the diagram to do what you need.
![Mindmap of Program Flow](./usage.svg "Diagram of the flow of the script")
### Assumptions
It is assumed that notes are:
1. *Markdown* files with a `.md` extension
2. Underneath `~/Notes`
3. Recoll updates it's index on the fly
* `~/Notes` will need to be indexed by *Recoll* so the results will show up.
## Dependencies
- [R](https://en.wikipedia.org/wiki/R_(programming_language))