Add default launch action for ssh links
This commit is contained in:
parent
51d591e177
commit
135066f38c
@ -243,6 +243,10 @@ action launch --type=os-window $EDITOR $FILE_PATH
|
|||||||
protocol file
|
protocol file
|
||||||
mime image/*
|
mime image/*
|
||||||
action launch --type=os-window kitty +kitten icat --hold $FILE_PATH
|
action launch --type=os-window kitty +kitten icat --hold $FILE_PATH
|
||||||
|
|
||||||
|
# Open ssh URLs with ssh command
|
||||||
|
protocol ssh
|
||||||
|
action launch --type=os-window ssh $URL
|
||||||
'''.splitlines()))
|
'''.splitlines()))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user