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 support for non-interactive mode #2

Open sigvef opened 6 years ago

sigvef commented 6 years ago

This adds support for fzf's --filter=.. option, which lets us search in a non-interactive way.

sigvef commented 4 years ago

I rebased this on the latest upstream version to get rid of conflicts.

sigvef commented 2 years ago

Sorry for the late followup :) I've added docs & changelog, let me know if I should change anything.