aboutsummaryrefslogtreecommitdiff
path: root/tmux/.local/bin/tmuxinator-menu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.local/bin/tmuxinator-menu.sh')
-rwxr-xr-xtmux/.local/bin/tmuxinator-menu.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.local/bin/tmuxinator-menu.sh b/tmux/.local/bin/tmuxinator-menu.sh
new file mode 100755
index 0000000..4dfcc14
--- /dev/null
+++ b/tmux/.local/bin/tmuxinator-menu.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+PROJECTS_DIR=~/.config/tmuxinator
+
+ls $PROJECTS_DIR | sed 's/\.yml//g' | dmenu -l 10 | xargs tmuxinator start