Imgur #3789
SefaAcarsoy
started this conversation in
General
Imgur
#3789
Replies: 3 comments 2 replies
-
Hi, at the moment it is not possible, but there are feature requests available to add other platforms. It was decided by the core team that this feature should only be available via a plugin system (for which we already have a prototype Pull Request). In the meanwhile, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
How is it possible? O mean --raw argument etc?
…________________________________
Gönderen: Mehrad Mahmoudian ***@***.***>
Gönderildi: 30 Kasım 2024 Cumartesi 18:46
Kime: flameshot-org/flameshot ***@***.***>
Bilgi: SefaAcarsoy ***@***.***>; Author ***@***.***>
Konu: Re: [flameshot-org/flameshot] Imgur (Discussion #3789)
Hi, at the moment it is not possible, but there are feature requests available to add other platforms. It was decided by the core team that this feature should only be available via a plugin system (for which we already have a prototype Pull Request).
In the meanwhile, you can use the --raw argument to get the screenshot and pass that to any other software or script that can upload the picture to your preferred image hosting platform.
—
Reply to this email directly, view it on GitHub<#3789 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQBMSW4ET547VG56JUBW7B32DH2YDAVCNFSM6AAAAABSEP6WTGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBSGMZDGMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello,
Unfortunately, Windows 🙂
…________________________________
Gönderen: Mehrad Mahmoudian ***@***.***>
Gönderildi: 22 Şubat 2025 Cumartesi 09:47
Kime: flameshot-org/flameshot ***@***.***>
Bilgi: SefaAcarsoy ***@***.***>; Author ***@***.***>
Konu: Re: [flameshot-org/flameshot] Imgur (Discussion #3789)
I assume you use Mac or Linux, as Flameshot doesn't have a command line interface for Windows users.
If you have a script to upload to something similar to imgur, you can do this:
flameshot gui --raw | my_upload_script.sh`
Alternatively you can save it to a file and then run a script that uploads the file:
TEMP_FILE="$(mktemp)" && flameshot gui --path "${TEMP_FILE}" && my_upload_script.sh "${TEMP_FILE}"
—
Reply to this email directly, view it on GitHub<#3789 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQBMSW4S76FNVYYH7CHQSZ32RA2S3AVCNFSM6AAAAABSEP6WTGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRYGQ2TEOI>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. Imgur is blocked in Turkiye.
That's why uploaded images cannot be viewed.
I wonder if the possibility to upload to a provider other than imgur will come?
Beta Was this translation helpful? Give feedback.
All reactions