Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum Height Option #134

Open
celogeek opened this issue Dec 31, 2021 · 1 comment
Open

Maximum Height Option #134

celogeek opened this issue Dec 31, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@celogeek
Copy link

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.

@ktr0731
Copy link
Owner

ktr0731 commented Jan 7, 2022

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

@ktr0731 ktr0731 added enhancement New feature or request help wanted Extra attention is needed labels Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants