mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1337] export to clipboard #982
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#982
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonnytest1 on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1337
Originally assigned to: @NickeManarin on GitHub.
Is your feature request related to a problem? Please describe.
when creating a gif i usually want to directly paste it into a social media platform
Describe the solution you'd like
a button (or checkbox while saving) to export to clipboard
alterantively i could also imagine a drag n drop kinda solution 🤔 but that feels like its gonna be unintuitive
Describe alternatives you've considered
the slow alternative is to save as file and then look up the file to manually copy it
@onlinylee commented on GitHub (Apr 26, 2025):
This issue has been discussed many times before, and I believe implementing it (the copy-to-clipboard feature) shouldn't be too difficult.
First, enable GIF creation by default—each auto-start recording will generate a temp.gif, which can then be copied to implement the feature.
@fz0000 commented on GitHub (Jul 25, 2025):
I guess this is the option you're looking for: