menugen
menugen copied to clipboard
Add autoselect for fzf
Right now, fzf
will not auto select a item even if there's only one left (using --select-1).
I am unsure of whether this is a bug in menugen, or a shortcoming of fzf
It appears to be a shortcoming in fzf
's design, as the option was not intended for that, so I opened an issue (junegunn/fzf#459) to see if that can or should be changed.