feat(bin): add tmuxinator-fzf
Add a script that uses fzf to select and open a tmuxinator project.
This commit is contained in:
parent
a1554f5607
commit
f2ac465543
7
bin/tmuxinator-fzf
Executable file
7
bin/tmuxinator-fzf
Executable 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
|
Loading…
Reference in a new issue