Satty icon indicating copy to clipboard operation
Satty copied to clipboard

open images from clipboard

Open ghost opened this issue 1 year ago • 1 comments

could satty access the clipboard and annotate the latest image? would be more useful for people using gnome shell's screenshot and the like, because it can't be invoked using a command

this would also be faster than opening images in satty using a file manager

alternatively?: otherwise it would be great if satty could be opened on it's own without a file and then have an image pasted into it by the user

ghost avatar Oct 13 '24 11:10 ghost

Sounds like something that could be done in the future.

In the meantime, you can use a pipe with wl-paste.

E.g.

> grim -g (slurp -d) -t ppm - | wl-copy
> wl-paste | satty --filename -

Does this help?

RobertMueller2 avatar May 02 '25 20:05 RobertMueller2