We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here are some scripts people have built using fzy. Please feel free to add your own.
FILE=$(ag -l -g '' | fzy) && vim "$FILE"
#!/bin/sh GEM=$(bundle list | cut -f 4 -d' ' | fzy) DESTINATION=$(bundle show $GEM) tmux new-window -c "$DESTINATION" -n "$GEM"