-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for export actions from CLI #1956
Comments
@veracioux I think there are two issues with the pin:
Also, imho the capture on mouse release would only make sense for About the |
I'd prefer to reserve
I think
Of course, silly me :)
Yeah, you can use both I will change |
Very good point
I agree with your judgement call. Let's proceed and then later we can add it we felt the need later on.
Fair enough
Can't it be done by piping the raw into feh or sxiv? I should try that and see if it works 😜
👍🏼 |
Of course it can ( |
I would like to complement the existing CLI options
-p, -c, -r, -g
toflameshot gui/screen/full
with the following options:--pin
,; When the screenshot is accepted, pin screenshot. #1834-P
--upload
,-u
; When accepted, upload to imgur--accept-on-select
,--done-on-select
-s
; Accept the capture as soon as a selection is made (on mouse release). #642To understand what I mean by accept, please look at #1955.
Note: Maybe the pin option should not be available in
flameshot full
. It could have weird behavior. Thoughts?Please let me know what you think about these options. Do you have additional suggestions?
Another thought I'd like to drop here:
We could merge
--path
and--raw
into a single--output/-o
option. When used as--output -
or-o -
it should behave exactly as--raw
. Otherwise it should behave the same as--path
. This is more in line with the usual behavior of CLI programs. And it would allow--pin
to be shortened to-p
.The text was updated successfully, but these errors were encountered: