Describe the request
I cannot past images into the Cursor CLI. GPT5.2 summary of what’s going on with the clipboard on my computer:
Arch Linux (X11), CopyQ 13.0.0. When an image is in the clipboard,
xclip -selection clipboard -t TARGETS -oincludesimage/png(and others, plusapplication/x-qt-image):$ xclip -selection clipboard -t TARGETS -o application/x-qt-image image/png image/bmp image/cur image/icns image/ico image/jfif image/jp2 image/jpeg image/jpg image/pbm BITMAP image/pgm image/ppm PIXMAP image/tif image/tiff image/wbmp image/webp image/xbm image/xpm TARGETS MULTIPLE TIMESTAMP SAVE_TARGETSAlso confirmed the clipboard data is actually readable as valid PNG bytes:
$ xclip -selection clipboard -t image/png -o >/tmp/clip.png && file /tmp/clip.png /tmp/clip.png: PNG image data, 963 x 260, 8-bit/color RGB, non-interlacedSo on Linux/X11 the CLI should be able to “paste image from clipboard” by retrieving
image/pngfrom the clipboard selection (optionally falling back toimage/jpeg/image/webpifimage/pngis not available).
From conversation here https://x.com/n2parko/status/2009816451428102335