From 21f1fcdb4c182809d658c7913ad21d733337a48f Mon Sep 17 00:00:00 2001 From: ryangreenup Date: Wed, 15 Jul 2020 16:10:13 +1000 Subject: [PATCH] Use Default Recoll Config --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b28073b..cd88ffd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ this is an attempt to wrap them into a single script and then have aliases to ma ## Installation -To install, satisfy [the dependencies](#Dependencies) and add `$HOME/bin` to the `$PATH` variable, something like this should be fairly shell agnostic: +To install, satisfy [the dependencies](#Dependencies), [Set up Recoll](#Configuring-recoll) and add `$HOME/bin` to the `$PATH` variable, something like this should be fairly shell agnostic: ``` bash echo $PATH | grep "$HOME/bin" &> /dev/null && echo "$HOME/bin in path already" || ls "$HOME/bin" &> /dev/null && echo 'PATH="$PATH:$HOME/bin"' >> $HOME/.profile @@ -69,6 +69,25 @@ stow -t $HOME -S cadmus [stowIssue]: https://github.com/aspiers/stow/issues/65 +### Configuring recoll + +Currently the search just uses the default recoll config, I intend to modify this to use `~/.cadmus` as a config directory so as to not interfere with the default config but it isn't in practice an issue because you can just modify the `sk` in ..cadmus.. to start the call with `~/Notes/MD`. + ## Usage