From 374d7e08c87e5595fff66d576a00716dca9b6f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Mon, 2 Jun 2025 10:37:47 +0200 Subject: [PATCH] gh readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a257341..c150018 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ copy `fzf-vjour` to your preferred location, e.g., `~/.local/bin`, and make it e ### Requirements This is a POSIX script with inline `awk` elements. -Make sure you have [fzf](https://github.com/junegunn/fzf) and [batcat](https://github.com/sharkdp/bat). +Make sure you have [fzf](https://github.com/junegunn/fzf) installed. +I also suggest to install [batcat](https://github.com/sharkdp/bat) for colorful previews. Configuration --------------