Start work on porting the SSH kitten to Go

This commit is contained in:
Kovid Goyal
2023-02-16 21:18:19 +05:30
parent 3d3bfe6c75
commit 6f63d9c5d4
4 changed files with 36 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ exec_kitty() {
is_wrapped_kitten() {
wrapped_kittens="clipboard icat unicode_input"
wrapped_kittens="clipboard icat unicode_input ssh"
[ -n "$1" ] && {
case " $wrapped_kittens " in
*" $1 "*) printf "%s" "$1" ;;