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

Possible to integrate with urwid or other TUI frameworks? #25

Closed khughitt closed 1 year ago

khughitt commented 3 years ago

Greetings!

I was wondering if you think it would be feasible to integrate iterfzf with something like urwid, so that it could be used in the context of a larger terminal application?

dahlia commented 3 years ago

I'm pessimistic about composability/compatibility between TUI frameworks and fzf, but if someone are willing to make it that would be great.

khughitt commented 3 years ago

No worries. I just thought I would check, in case there was a simple solution. Regardless, thanks for taking the time to create and share iterfzf with the community :)