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

option to use our packaged version of fzf? #37

Closed sudomain closed 3 months ago

sudomain commented 3 months ago

Hello,

Thank you for creating iterfzf. Is it possible to use the version of fzf that comes from our package manager, rather than the one that comes bundled with iterfzf? If iterfzf ever becomes unmaintained, users would be stuck on the last version of fzf that was bundled with iterfzf.

dahlia commented 3 months ago

iterfzf() function has an optional parameter named executable, which takes a path to a fzf executable to use. Would it work for you?

sudomain commented 3 months ago

Exactly what I was looking for, thank you! Just so you know, executable is not mentioned in the API reference/README, aside from an old changelog from last year. Thanks