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
When I typed pet exec -q private, my fzf find two available commands, but I want it to be executed with last (most plausible) command. Because I almost what will come out as first. This feature will remove useless another enter key press. Furthermore this will bring more elastics to my script, of course.
suggestion
pet exec -q private --execute-first-match # find and execute with one command
This discussion was converted from issue #147 on February 10, 2024 08:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
currently I'm using macOS(10.15.x), zsh, fzf.
motivation
When I typed
pet exec -q private
, my fzf find two available commands, but I want it to be executed with last (most plausible) command. Because I almost what will come out as first. This feature will remove useless another enter key press. Furthermore this will bring more elastics to my script, of course.suggestion
Beta Was this translation helpful? Give feedback.
All reactions