aboutsummaryrefslogtreecommitdiff
path: root/xplumb
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-24 00:34:10 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-24 00:34:10 +0100
commitb227267cea3afa3a7e39bb24c20d500262f32c12 (patch)
tree4a9f8b55d3bec0fba7a6da881c10416e2876450e /xplumb
parentfeeb30effb2f41b3fdc2f76c9e45869c9e601ed4 (diff)
downloadscripts-b227267cea3afa3a7e39bb24c20d500262f32c12.tar.gz
scripts-b227267cea3afa3a7e39bb24c20d500262f32c12.zip
Some changes for new temrinal file management style
Diffstat (limited to '')
-rwxr-xr-xxplumb2
1 files changed, 1 insertions, 1 deletions
diff --git a/xplumb b/xplumb
index 977d2d5..c1ec6c9 100755
--- a/xplumb
+++ b/xplumb
@@ -59,7 +59,7 @@ tryurl() {
59 ( [ -n "$url" ] && $browser $url ) || return 1 59 ( [ -n "$url" ] && $browser $url ) || return 1
60} 60}
61 61
62open-file "$text" || \ 62open-file -s spawn "$text" || \
63tryurl "$text" || \ 63tryurl "$text" || \
64trymail "$text" || \ 64trymail "$text" || \
65tryman "$text" || \ 65tryman "$text" || \

Generated with cgit - Back to sebastiano.tronto.net