mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-03 03:40:17 +00:00
3 lines
172 B
Plaintext
3 lines
172 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
tmux switch-client -t "$(tmux list-sessions | fzf -e -i --prompt="Select a session: " --info=default --layout=reverse --tiebreak=index | cut -d ':' -f1)"
|