From b2318bae725de4055c0466e3f1858f51b22e37fe Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Fri, 13 Feb 2026 14:58:57 +0000 Subject: add scripts --- tmux-cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tmux-cmd (limited to 'tmux-cmd') diff --git a/tmux-cmd b/tmux-cmd new file mode 100755 index 0000000..cbaaac7 --- /dev/null +++ b/tmux-cmd @@ -0,0 +1,3 @@ +#/bin/sh + +tmux list-windows | grep -v "irc" | grep -v "email" | cut -d: -f1 | xargs -I{} tmux send-keys -t {} "$1" C-m -- cgit v1.2.3