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

Height Adjustment #19

Open jamc-code opened 3 years ago

jamc-code commented 3 years ago

Hi! Are there any plans to implement the "--height=HEIGHT[%]" argument included in fzf? iterfzf works perfectly for me, but a way to prevent it from taking up the whole screen would be nice.

jamc-code commented 3 years ago

Actually, I just looked at __init.py__ and will open a pull request.