mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #444] [Feature request] Progress Bar - Text > Current date and time (low priority) #366
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#366
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 @vatterspun on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/444
Originally assigned to: @NickeManarin on GitHub.
Feature: One alternative to adding a time code progress bar would be the actual time (and date) of the recording live.
Why? I occasionally submit bug reports using ScreenToGif just to make sure I everyone sees just exactly what I did to cause an issue. This would primarily help with showing either a process failed because it was run at a certain time or let developers/admins explain why it failed (e.g. server was offline, Internet was down, etc.).
I got the idea from a ShareX request: https://github.com/ShareX/ShareX/issues/3782 ... and there's also a static version of this for just any old Windows title bar: http://www.whisperingpinessoftware.com/tbdt.html (freeware).
@zalmanlew commented on GitHub (Jan 29, 2019):
Good idea, but maybe there should be options for time format and time zone (it should also display the time zone)
@vatterspun commented on GitHub (Feb 3, 2019):
Multiple tech support people I work with are in another time zone. I didn't think of that. Good suggestion.
@NickeManarin commented on GitHub (Mar 9, 2019):
Done!
It will support all kinds of formats available right now in the .Net Framework.
You can display the end time of the gif too.
Formats:
https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings
https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
@vatterspun commented on GitHub (Mar 12, 2019):
Nice! Thanks :)