Port the hyperlinked_grep kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-05 13:41:57 +05:30
parent a0d30f4dd8
commit 6660071d3a
5 changed files with 497 additions and 184 deletions

View File

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