You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm really interesting to use your module for tagging purpose.
I usually do something like:
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.
The text was updated successfully, but these errors were encountered: