diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 09:17:43 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 09:17:43 -0500 |
| commit | 6cdf366f6c5f47410ecbe22d8678d06852dc47d9 (patch) | |
| tree | b2df3607f7ed6426604d2f49487e3ac16f3faf19 /broot-sessionizer/launch.sh | |
| parent | cbbfb6ca64cbf2a34fd786c10a958b3a76fdbbf2 (diff) | |
broot-sessionizer
Diffstat (limited to 'broot-sessionizer/launch.sh')
| -rwxr-xr-x | broot-sessionizer/launch.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
