diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-24 00:34:10 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-24 00:34:10 +0100 |
| commit | b227267cea3afa3a7e39bb24c20d500262f32c12 (patch) | |
| tree | 4a9f8b55d3bec0fba7a6da881c10416e2876450e /xplumb | |
| parent | feeb30effb2f41b3fdc2f76c9e45869c9e601ed4 (diff) | |
| download | scripts-b227267cea3afa3a7e39bb24c20d500262f32c12.tar.gz scripts-b227267cea3afa3a7e39bb24c20d500262f32c12.zip | |
Some changes for new temrinal file management style
Diffstat (limited to 'xplumb')
| -rwxr-xr-x | xplumb | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -59,7 +59,7 @@ tryurl() { | |||
| 59 | ( [ -n "$url" ] && $browser $url ) || return 1 | 59 | ( [ -n "$url" ] && $browser $url ) || return 1 |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | open-file "$text" || \ | 62 | open-file -s spawn "$text" || \ |
| 63 | tryurl "$text" || \ | 63 | tryurl "$text" || \ |
| 64 | trymail "$text" || \ | 64 | trymail "$text" || \ |
| 65 | tryman "$text" || \ | 65 | tryman "$text" || \ |
