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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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" ;;