ktr0731 / go-fuzzyfinder

fzf-like fuzzy-finder as a Go library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum Height Option

celogeek opened this issue · comments

I'm really interesting to use your module for tagging purpose.

I usually do something like:

# display img
# display some details
# run fzf with maximum height of 30% of the screen
fzf --multi --height 30% --border --layout reverse -e --bind esc:clear-query < $TAG > "$TAG_SELECT"

I can't use the window function to display the information I need, because I need to show the picture of what I want to tag, and it doesn't work in the window preview.

Can you add an option to limit the height of the selection? Instead of filling the terminal, we fill a part of it.

commented

Thanks for your suggestion.
Yes, maybe we can display a fuzzy finder on a part of the screen.