Save every screenshot doesn't matter if just copying or uploading #3206
Answered
by
mmahmoudian
CarterSnich
asked this question in
Q&A
-
How to auto-save screenshots no matter if just copying or uploading? |
Beta Was this translation helpful? Give feedback.
Answered by
mmahmoudian
May 21, 2023
Replies: 1 comment
-
Such feature for copying exists, but not for uploads. Please open a feature request For Copying here is the settings: Technically it is already possible if you are on macOS or Linux by using CLI. The following will save, upload, and copy to clipboard at the same time: flameshot gui --upload --clipboard --path "/home/mehrad/Pictures/" Note that is you have the "Copy file path after save" or "Copy URL after upload", they can over-write the clipboard. In such cases, you can use a clipboard manager (e.g CopyQ) to retain all that info. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmahmoudian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Such feature for copying exists, but not for uploads. Please open a feature request
For Copying here is the settings:
Technically it is already possible if you are on macOS or Linux by using CLI. The following will save, upload, and copy to clipboard at the same time:
flameshot gui --upload --clipboard --path "/home/mehrad/Pictures/"
Note that is you have the "Copy file path after save" or "Copy URL after upload", they can over-write the clipboard. In such cases, you can use a clipboard manager (e.g CopyQ) to retain all that info.