Is it possible to implement a feature that can "Paste Image" to the terminal? #19397
Unanswered
Will 保哥 (doggy8088)
asked this question in
Q&A
Replies: 3 comments 1 reply
|
How does this work? When you paste the image, does it paste a literal image, or just the path to the image file? |
1 reply
This comment was marked as spam.
This comment was marked as spam.
|
Will 保哥 (@doggy8088) I suspect Claude Code may be reading the image directly from the clipboard with an OS API call, and that's triggered when you press a certain keyboard shortcut. On the Mac that's assumedly Ctrl+V, but on Windows you need to use Alt+V. At least that what it says in their change log here: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#1093 That said, it's possible the feature just isn't working at the moment. Their issue tracker seems to have a lot of bug reports recently from people complaining that image pasting isn't working (on all operating systems). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This question may sound a bit strange. The main reason I'm asking is that Claude Code allows you to directly press Ctrl+V to paste an image in the macOS terminal, but I have never seen such a design on Windows. Is it because Windows Terminal does not allow this operation?
All reactions