Summary: | Add a way to save to clipboard and save to disk at the same time without losing save options | ||
---|---|---|---|
Product: | [Applications] Spectacle | Reporter: | irchaika |
Component: | General | Assignee: | Boudhayan Gupta <me> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | antonio.prcela, jonzn4suse, justin.zobel, kde, noahadvs, serg |
Priority: | NOR | ||
Version First Reported In: | 21.04.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
irchaika
2021-07-13 18:19:28 UTC
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. |