mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #916] [FR] Option to autoincrement file number if a file with the same name already exists #707
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#707
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 @wenfangdu on GitHub (Jun 14, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/916
If the
Overwrite (if already exists)underSave the file to a folder of your choiceis not checked, I think it makes sense to add an option to autoincrement the file number instead of manual incrementing, if the proposed option is not checked, people can still have thesame file namecheck.@NickeManarin commented on GitHub (Jun 15, 2021):
Ok, I was thinking to add another checkbox that unchecks the Override one when enabled.
@NickeManarin commented on GitHub (Jun 15, 2021):
Btw, you can also use DateTime formats as an automatic file naming scheme.
@wenfangdu commented on GitHub (Jun 16, 2021):
I've tried this, worked really well, maybe an option for turning this on as well? Plus i18n for the time format, e.g.
?yyyy-MM-dd HH_mm_ss?for Chinese.@wenfangdu commented on GitHub (Jun 16, 2021):
@NickeManarin Yes, just about to edit the comment. The current UI is really hard to find this feature, many people simply don't do the hover. A better UI like a separate tip on how to construct the time format etc. would be better.
@keytrap-x86 commented on GitHub (Mar 11, 2022):
Hey @NickeManarin , I came here because I didn't unerstand that you were supposed to put this format

?dd-MM-yyyy HH-mm-ss?to get the filename with a date, I think that maybe the tooltip should be updated so it's more explicit. For now (in french version) it's only:@Combinacijus commented on GitHub (Feb 9, 2023):
I propose changing default "save as" file name from
Animation.giftogif_?yyyyMMdd_HHmmss?.gif. This clearly shows formatting capabilities and that you can add text outside ??.Next add tooltip with example (incase person already deleted default one and don't remember correct modifiers) and explanations of available modifiers.
Tooltip example:
Bonus feature would be to display formatted string under file name input field so you could see current date as final file name
@NickeManarin commented on GitHub (Feb 9, 2023):
@Combinacijus
I'm currently working on the next major release.
Here's the current implementation of the file name automation:
UI is not final, but basically, it's supposed to be easier to add/edit/remove automated sections of the filename.
And the field tells you which parts are dynamic.
When inserting the dynamic field, you can select the format:
Or you can edit it yourself.
@Combinacijus commented on GitHub (Feb 10, 2023):
@NickeManarin Oh wow that's amazing. This is miles beyond my suggestion. Great work 👍
@NickeManarin commented on GitHub (Feb 21, 2023):
It will be available in the next version (v3).
@eblabs commented on GitHub (Sep 8, 2025):
Hi, This looks great. Was a v3 released? I didnt see it. Thanks!
@NickeManarin commented on GitHub (Sep 9, 2025):
No, it snowballed into something way bigger an I got busy with my full time job.
I hope to release it by the end of the year.