dahlia / iterfzf

Pythonic interface to fzf, a CLI fuzzy finder
https://pypi.python.org/pypi/iterfzf
GNU General Public License v3.0
164 stars 19 forks source link

Add preview option #6

Closed marcw closed 4 years ago

marcw commented 4 years ago

Hello, This adds a preview option that is quite a cool feature in fzf.

dahlia commented 4 years ago

Thanks for your contribution! This feature will be shipped in the next release!

RyannDaGreat commented 2 years ago

Hi, how do I use this? I can't get it to work with preview='cycle' as from https://github.com/junegunn/fzf/issues/2182 This is my result:

image
dahlia commented 2 years ago

@RyannDaGreat Looking at the error zsh:1: command not found: cycle, you probably passed a string 'cycle' to iterfzf()'s last parameter (named executable).

Anyway, here's not an appropriate place to report bugs or ask questions. If you still have problems, please file a new issue!