Skip to content

Instantly share code, notes, and snippets.

@mambocab
Last active August 29, 2015 14:09
Show Gist options
  • Save mambocab/dd9fc82aba7aad4a554a to your computer and use it in GitHub Desktop.
Save mambocab/dd9fc82aba7aad4a554a to your computer and use it in GitHub Desktop.
Thanks for `selecta`, it is awesome.
tmux list-sessions | cut -f 1 -d':' - | selecta | xargs tmux switch -t
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