commit b78a99daa2b119d6d6e25406ca1271abba6f7a52 parent 42733557cccdead8df6ff48d543baf4c30bf1250 Author: ryukamish <[email protected]> Date: Wed, 22 Apr 2026 12:11:35 +0530 add: floating terminal for bash scripts Diffstat:
| A | scripts/terminal-floating | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/scripts/terminal-floating b/scripts/terminal-floating @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cmd="$*" +exec setsid -- $TERMINAL --app-id TUI.float -e bash -c "$cmd"