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
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
-
I have an idea to let
fzf
automatically load output from autojump, so that it becomes easier to work with often visited directories.Assuming
Alt-T
is bound to call upfzf
to pick a file based on autojump query, the expected behavior looks like:$ cp my-file.txt <Alt-T>
(Then
fzf
pops up and let the user select an entry based on autojump output.)I can get autojump to output a list based on input with the following function:
However, I'm struggling to integrate it with
fzf
.Could anyone help me, please? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions