dotfiles/bin/tmuxinator-fzf
Oliver Davies f2ac465543 feat(bin): add tmuxinator-fzf
Add a script that uses fzf to select and open a tmuxinator project.
2022-06-01 00:15:01 +01:00

8 lines
159 B
Bash
Executable file

#!/usr/bin/env bash
# Use fzf to select a project to open with tmuxinator.
set -euo pipefail
tmuxinator list -n | tail -n +2 | fzf | xargs tmuxinator start