mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Port the hyperlinked_grep kitten to Go
This commit is contained in:
parent
a0d30f4dd8
commit
6660071d3a
5 changed files with 497 additions and 184 deletions
|
|
@ -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" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue