Start work on porting icat to Go

This commit is contained in:
Kovid Goyal
2022-12-19 15:34:48 +05:30
parent aab81c2d32
commit 7a1140cd03
5 changed files with 129 additions and 6 deletions

View File

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