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

Arbitrary args #14

Closed giftig closed 4 years ago

giftig commented 4 years ago

Support for arbitrary arguments to append to the underlying fzf command.

I've based this on top of #13 rather than have to immediately resolve conflicts once #13 is merged.