unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

Implement optional improved preview FZF_ADVANCED_PREVIEW #62

Closed gerardbosch closed 2 years ago

gerardbosch commented 2 years ago

Description

By setting FZF_ADVANCED_PREVIEW=true, the preview will rely on lessfilter-fzf which together with lesspipe.sh provide an improved preview experience, including a wide range of formats like images, nicer directory and file listing,...

This feature is optional as to work properly it requires the installation of some additional tools, like:

Signed-off-by: Gerard Bosch gerard.bosch@gmail.com

Checklist

License Acceptance

unixorn commented 2 years ago

This looks really handy, thanks for contributing it.

gerardbosch commented 2 years ago

My pleasure :smiley: :smiley: