From 58591861fe3565b2c730c91b237f09ce57adb128 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Mon, 13 Jul 2020 23:24:02 +1000 Subject: [PATCH] Kitty is now an assumption --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 532c2c9..39a0ca4 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,17 @@ It's all Menu driven so just follow the diagram to do what you need. ### Assumptions -It is assumed that notes are: +It is assumed that: + +1. 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. +2. You're going to use [Kitty](https://sw.kovidgoyal.net/kitty/) + * You could either change the source or use anoter terminal that supports + calling functions with `--`, e.g. `kitty -- nvim` -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 @@ -64,7 +69,8 @@ It is assumed that notes are: - [tmsu](https://aur.archlinux.org/packages/tmsu/)AUR - [ranger](https://www.archlinux.org/packages/community/any/ranger/) - [mdcat](https://aur.archlinux.org/packages/mdcat/)AUR - - [Kitty](https://sw.kovidgoyal.net/kitty/) or [iterm2](https://www.iterm2.com/) + - [Kitty](https://sw.kovidgoyal.net/kitty/) + - I've also heard good things about [iterm2](https://www.iterm2.com/) - [xclip](https://www.archlinux.org/packages/extra/x86_64/xclip/) - [sd](https://github.com/chmln/sd) - [fd](https://github.com/sharkdp/fd)