SUMMARY when using the -c flag to save to clipboard it's seemingly impossible to also save to disk unless we use the -o flag, but doing that we can't use our settings for saving (location, format, naming...). STEPS TO REPRODUCE 1. Running spectacle with -c OBSERVED RESULT File is saved only to clipboard, not to disk EXPECTED RESULT To have some way to do both at once without having to specify the filepath.
For example: "spectacle -a -b -c" Saves active window to clipboard and to the default location with extension and naming set in options. No need for -o. From "man spectacle"" "-c, --clipboard In background mode, copy screenshot to clipboard." -c works only in background mode.
Moving to wishlist instead of bug.
How does one add to the wishlist? I wish that Spectacle didn't close when I hit the ESC key.
Wishlist items are still bug reports but they have the Severity set to Wishlist.
This appears to be fixed, although I'm not certain the behavior is what users would expect in all situations. If you do `spectacle -c -o ~/test.webp`, Spectacle will open in GUI mode and the image will be copied to the clipboard in the WebP format, but it will not be saved until you click Save or Save As. If you click Save, the image will be saved to `~/test.webp`. If you do `spectacle -b -c -o ~/test.webp`, Spectacle will open in background mode, the image will be copied to the clipboard in the WebP format and the image will be saved to `~/test.webp` automatically.