Last active
August 29, 2015 14:09
-
-
Save mambocab/dd9fc82aba7aad4a554a to your computer and use it in GitHub Desktop.
Thanks for `selecta`, it is awesome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmux list-sessions | cut -f 1 -d':' - | selecta | xargs tmux switch -t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TMUX_SESSION_SELECTA_OUT=$(tmux list-sessions | cut -f 1 -d':' - | selecta) ; tmux switch -t "$TMUX_SESSION_SELECTA_OUT" || tmux attach -t "$TMUX_SESSION_SELECTA_OUT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment