feat(bin): add tmuxinator-fzf

Add a script that uses fzf to select and open a tmuxinator project.
This commit is contained in:
Oliver Davies 2022-06-01 00:12:07 +01:00
parent a1554f5607
commit f2ac465543

7
bin/tmuxinator-fzf Executable file
View file

@ -0,0 +1,7 @@
#!/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