Replies: 2 comments
-
That should work fine and does for me. Make sure you are running an
up-to-date kitty. If you want to manually run the kitten you need to do
something like
printf "abcd/xyz\nABCD.ext" | kitten hints ...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmmm... I'm currently running kitty 0.38.1 and zsh 5.9 as my shell (in case that
matters here).
On Wednesday, January 22, 2025 11:06:17 AM Eastern Standard Time Kovid Goyal wrote:
That should work fine and does for me. Make sure you are running an
up-to-date kitty. If you want to manually run the kitten you need to do
something like
printf "abcd/xyz\nABCD.ext" | kitten hints ...
—
Reply to this email directly, view it on GitHub[1], or unsubscribe[2].
You are receiving this because you authored the thread.[3]Message ID: <kovidgoyal/
***@***.***>
…--------
[1] https://github.com/kovidgoyal/kitty/discussions/
8245#discussioncomment-11918682
[2] https://github.com/notifications/unsubscribe-auth/
AABDM6QHARZCYRXMQ6RCPLL2L66XTAVCNFSM6AAAAABVVFSA5CVHI2DSMVQWIX
3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJRHA3DQMQ
[3] https://github.com/notifications/beacon/
AABDM6WNV3GRNDRO7ULAJ4L2L66XTA5CNFSM6AAAAABVVFSA5CWGG33NNVSW4
5C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAWX
OVU.gif
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make use of the hints kitten to select the output of a command like
git status
and select the file path to be able to feed into another command, like suggested in the docs. When I trigger the kitten with the default key bindingsctrl+shift+p>f
I just get a "no matches found" error.Example output I want to select from:
Error message from the kitten:
Manually running
kitten hints --type path --program -
in the terminal results in an error as well, so I don't know where to start in debugging this.Beta Was this translation helpful? Give feedback.
All reactions