From 50191dde0c904226a0dc0e61c9de716389096eac Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 2 Oct 2025 22:37:36 -0400 Subject: [PATCH] feat: Adds window-table script that will show a pretty table of active windows, they can be selected and focused, closed, etc. --- env/.local/scripts/window-table | 165 ++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100755 env/.local/scripts/window-table diff --git a/env/.local/scripts/window-table b/env/.local/scripts/window-table new file mode 100755 index 0000000..16b4a6b --- /dev/null +++ b/env/.local/scripts/window-table @@ -0,0 +1,165 @@ +#!/usr/bin/env bash + +usage() { + cat <