From bf49e41c17793bf8b9d1dac0f27f893b6fa2fc60 Mon Sep 17 00:00:00 2001 From: Semnodime Date: Sat, 15 Jun 2024 21:02:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eea223c..2894ab9 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The scripts in this collection don't actually require you to be using ZSH as you Optionally, to make the most out of `fzf` preview (`?` toggle), install the following tools and enable the advanced preview (see [Customization](#customization) section): - `eza` - improved file/directory listing, - `bat` - a `cat` clone with syntax highlighting and Git integration, -- `chafa` - show images (the image can look better or worse depending on the terminal app you use), +- `chafa` - show images (the image quality depends on the terminal emulator you use), - `exiftool` - also show image metadata, - `lesspipe.sh`, e.g. `brew install lesspipe` - and other optional tools `lesspipe.sh` relies on. See ☝ **Note**: This is not the `lesspipe` already bundled in Ubuntu/Debian but an improved one (while package is called `lesspipe`, the binary is `lesspipe.sh`). @@ -127,4 +127,4 @@ Ultimately, `lesspipe.sh` (if present) will still honor your own `lessfilter` if - [Fuzzy Git Checkout](https://polothy.github.io/post/2019-08-19-fzf-git-checkout/) - Mark Nielsen wrote a good blog post showing how to use [fzf](https://github.com/junegunn/fzf) for `git` checkouts. - [So you've installed `fzf`. Now what?](https://andrew-quinn.me/fzf/) - Good blog post by Andrew Quinn with more tricks you can do with `fzf`. - [fzf-pass](https://github.com/smeagol74/zsh-fzf-pass) - ZSH plugin that uses [fzf](https://github.com/junegunn/fzf) and [pass](https://www.passwordstore.org/) for better password handling. -- [fzf-tab](https://github.com/Aloxaf/fzf-tab) - Replace ZSH's default completion with [fzf](https://github.com/junegunn/fzf). \ No newline at end of file +- [fzf-tab](https://github.com/Aloxaf/fzf-tab) - Replace ZSH's default completion with [fzf](https://github.com/junegunn/fzf).