From 6cdf366f6c5f47410ecbe22d8678d06852dc47d9 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:17:43 -0500 Subject: broot-sessionizer --- broot-sessionizer/launch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 broot-sessionizer/launch.sh (limited to 'broot-sessionizer/launch.sh') diff --git a/broot-sessionizer/launch.sh b/broot-sessionizer/launch.sh new file mode 100755 index 0000000..ad5239e --- /dev/null +++ b/broot-sessionizer/launch.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd) + +broot --only-folders --conf "$SCRIPT_DIR/broot_cfg.toml" -- cgit v1.3.1