terminal-floating (92B)
1 #!/usr/bin/env bash 2 3 cmd="$*" 4 exec setsid -- $TERMINAL --app-id TUI.float -e bash -c "$cmd"