mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #706] Questions About Save As Shortcode #575
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#575
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 @eblabs on GitHub (Aug 29, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/706
github.com/NickeManarin/ScreenToGif@54de1168e7/ScreenToGif/Resources/Localization/StringResources.en.xaml (L1352)Thanks for the great tool! I was just trying to figure out how to set automatic naming and I didn't understand this info message.
"Name of the file. Insert Date/Time format between '?'"
Thanks for more info on this!
@eblabs commented on GitHub (Aug 29, 2020):
Btw, thanks for all your hard work on this!!
@eblabs commented on GitHub (Aug 29, 2020):
MyGif_'YYYY-MM-DDThh:mm:ss'
MyGif_?YYYY-MM-DDThh:mm:ss?
Also, I tried both of these, but this didnt work...
@NickeManarin commented on GitHub (Aug 29, 2020):
It needs to follow the C# Datetime format specification, but also it needs to follow Windows file naming scheme (you can't use
:).But anyway,
Twas not supported.I just added it, so with next version you can use it.
So, with this corrected file name, it will work:
MyGif_?yyyy-MM-dd hh-mm-ss tt?MyGif_2020-08-29 01-30-20 PM(Just remove the
ttto work with v2.26.1)@eblabs commented on GitHub (Sep 1, 2020):
Perfect, thanks so much!! It would be great to add this info to the tooltip, or textfield right click menu.
Thanks again!!
@NickeManarin commented on GitHub (Sep 1, 2020):
I'm going to improve that experience.
@eblabs commented on GitHub (Jul 14, 2022):
Hi, I keep coming back to this conversation to find the correct shortcode :)
Would it be possible to have some presets in a right click menu?
Love this tool, thanks again for all your hard work on this.
@NickeManarin commented on GitHub (Jul 14, 2022):
Hi, yes. I'm rewriting the whole app and I plan to improve the export experience.
What would be the most used formats that you use?
@eblabs commented on GitHub (Jul 18, 2022):
That's amazing!!
I use something like this most of the time.
ScreenCapture_?yyyy-MM-dd hh-mm-ss tt?
Mostly I'm using this to avoid having to rename the output each time (otherwise it will overwrite the previous save). Having a "Auto Date" suffix checkbox would be helpful. Although I don't REALLY need the date, it's just a lazy way to make sure I'm not overwriting the previous file. If you had any other ideas to auto number/name the files, that would be even easier.
One thing I noticed today, if you switch from Gif to Video, it resets the filename. It would be great if that was just left as is no matter what you do.
Anyways, just some brainstorming. Thanks again for everything!