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

Async support #31

Open dahlia opened 1 year ago

dahlia commented 1 year ago

Currently iterfzf() only takes a regular iterable. As it's the async era in the Python world, we should anyhow supoort async iterables too.