Initial commit

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-05-24 01:31:11 +00:00
commit 1071567f8d
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
5 changed files with 87 additions and 0 deletions

6
terminal-url-open Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
set -ue
dir="${1#terminal://}"
x-terminal-emulator -e "sh -c 'cd "${dir}" && \$SHELL'"