Satty: Clipboard save doesn't seem to be picked by `wl-paste`
👋 thx for building satty, it’s super useful.
I’m using cliphist (https://github.com/sentriz/cliphist) as a history manager and the way that its instructions recommend setting it up is via wl-paste --watch cliphist store
I’ve noticed that when using satty, wl-paste --watch
doesn’t catch things that are being copied into the clipboard by it. Not sure what’s missing here but a possible solution could be to allow sending the output to stdout so I can pipe it to wl-copy
. I just did a quick test myself by commenting this validation https://github.com/gabm/Satty/blob/main/src/sketch_board.rs#L157-L164 and then doing satty -- output-filename /dev/stdout | wl-copy
and that worked.
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 20 (11 by maintainers)
I can do this. That should be a quick change. Thx for coming back to this one.
found an article that explains has a reasonable explanation: https://www.baeldung.com/linux/dash-in-command-line-parameters.
I solved this way