wiki:create_custom_uri_url_handlers
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:create_custom_uri_url_handlers [2021/06/02 13:48] – [Create handler script itself] add PATH note antisa | wiki:create_custom_uri_url_handlers [2021/06/04 07:21] (current) – add gnome-terminal in handler script antisa | ||
---|---|---|---|
Line 37: | Line 37: | ||
[ -z " | [ -z " | ||
| | ||
- | terminator -e "ssh $user@$host -p $port" | + | |
+ | # | ||
# else $1 is in the form of ssh://host which uses our .ssh/config aliases | # else $1 is in the form of ssh://host which uses our .ssh/config aliases | ||
else | else | ||
Line 43: | Line 45: | ||
host=$(echo ${1} | awk -F// '{ print $2 }') | host=$(echo ${1} | awk -F// '{ print $2 }') | ||
host=${host%/ | host=${host%/ | ||
- | terminator -e "ssh $host" | + | |
+ | gnome-terminal -- ssh $user@$host -p $port | ||
+ | # | ||
fi | fi | ||
) >> / | ) >> / |
wiki/create_custom_uri_url_handlers.1622641714.txt.gz · Last modified: 2021/06/02 13:48 by antisa