From cf3eefda31e98d4725a64000861a388ba7708c62 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 21 Jul 2021 15:53:52 +0300 Subject: feat!: move to GNU Stow, remove wiki --- scripts/.local/bin/tmuxinator-menu.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/.local/bin/tmuxinator-menu.sh (limited to 'scripts/.local/bin/tmuxinator-menu.sh') diff --git a/scripts/.local/bin/tmuxinator-menu.sh b/scripts/.local/bin/tmuxinator-menu.sh new file mode 100755 index 0000000..4dfcc14 --- /dev/null +++ b/scripts/.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 -- cgit v1.2.3