[feature] clipboard integration
This can be achieved with https://github.com/YaLTeR/wl-clipboard-rs
Given that it's a library, I guess this would be easy for you then :eyes:
@uncomfyhalomacro you can try it too
Should clipboard support be an optional feature?
also should it be part of libwayshot or the wayshot cli? not sure where to put it but i feel like wayshot should be the one getting the changes because
- libwayshot is just for screenshot.
- wayshot is the mixture.
I don't understand the purpose of this feature request at all. It seems like it would just complicate things and add dependencies
wayshot --stdout | wl-copy
works perfectly. Why bother?