Start work on porting the ask kitten

This commit is contained in:
Kovid Goyal
2023-03-07 08:50:12 +05:30
parent 672ecde68b
commit 0aa55fb755
5 changed files with 485 additions and 1 deletions

View File

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