An easy way to search for notes with Recoll
- Skim
- I use this instead of fzf because it has an interactive mode, although I have been unable to get that to work though.
- MDCat
- I use this instead of glow, highlight or bcat, because it looks better and because it supports images (although the images don't work through
skim
)
- I use this instead of glow, highlight or bcat, because it looks better and because it supports images (although the images don't work through
- Kitty (Recommended)
- Makes the markdown preview the best, if on Mac, iTerm2 is another option.
- I'm not sure if Alacritty would work well with MDCat?
- Makes the markdown preview the best, if on Mac, iTerm2 is another option.
mkdir -p ~/DotFiles/Note-Taking-Tools
git clone https://github.com/RyanGreenup/Note-Taking-Tools ~/DotFiles/Note-Taking-Tools
cd ~/DotFiles/Note-Taking-Tools
stow -t $HOME -S -Taking-Tools/Terminal-Skim-Recoll
This will work in the terminal and or in VSCode, I'm a big Vim/Emacs fan but I do find this most convenient to use in VSCode
- Create a Recoll Database of just your notes
- Open your notes folder in VSCode
- Press Ctrl+` to open the termina
- Type
ns.sh
and press Enter - Provide a search Query and press Enter
- filter through the matches by typing and scroll the right-side preview with Page Up / Page Down
Alternatively it is possible to use ripgrep instead of recoll by running nr.sh
in the directory of markdown files you want to search, I just copy pasted that from here basically.
This is what it looks like to use: