man fzf)First, fzf is an awesome tool. The algorithm is is incredibly fast.
It could be useful if there is an option to use fzf without user interaction. Maybe a command line option or even a separate library so it can be used in python for example.
Has somebody gone in this direction already?
Use --filter option. And there is a third-party python binding called https://github.com/dahlia/iterfzf
Thanx man. The --filter option was what i was looking for. Must have read over it in the manual.
iterfzf is interactive only, but should not be so difficult to add the --filter option for it.
Most helpful comment
Use
--filteroption. And there is a third-party python binding called https://github.com/dahlia/iterfzf