gabm / Satty

Satty - Modern Screenshot Annotation. A tool inspired by Swappy and Flameshot.
Mozilla Public License 2.0
388 stars 18 forks source link

allow sending capture to stdout #20

Closed marcosnils closed 6 months ago

marcosnils commented 7 months ago

this is useful for piping the output to other programs, like wl-copy as it prevents some race conditions with some programs using things like wl-paste --watch.

Fixes #19

Signed-off-by: Marcos Lilljedahl marcosnils@gmail.com

gabm commented 6 months ago

could you try to resolve the conflicts pls?

marcosnils commented 6 months ago

I've decided no to pursue this anymore since it needs some conflict resolution and with the copy-command introduced feature, that already solves this and my use-case. I do still believe there's value in getting the output via stdout, but I personally don't need this anymore.