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 with fzy. Please feel free to add your own.
#!/bin/sh GEM=$(bundle list | cut -f 4 -d' ' | fzy) DESTINATION=$(bundle show $GEM) tmux new-window -c "$DESTINATION" -n "$GEM"