Start work on porting the transfer kitten to Go

This commit is contained in:
Kovid Goyal
2023-04-27 15:40:26 +05:30
parent 02c9205061
commit 7cec9016d3
5 changed files with 68 additions and 1 deletions

View File

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