We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#!/bin/sh GEM=$(bundle list | cut -f 4 -d' ' | fzy) DESTINATION=$(bundle show $GEM) tmux new-window -c "$DESTINATION" -n "$GEM"