mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #98] [CLI] See duration of recording #688
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#688
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 @vvv on GitHub (May 8, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/98
I'd like to know the duration a recording written to JSON file.
ttytimeutility (part of ttyrec) provides this information:@vvv commented on GitHub (May 8, 2015):
Poor man's calculator:
@ku1ik commented on GitHub (May 8, 2015):
asciinema is not planning to mirror all
ttyrec/ttytime/tty*features. Anyway, why not opening recording file (since asciinema 1.0 it's a simple JSON file) and looking atdurationattribute? It's total duration in seconds.@vvv commented on GitHub (May 8, 2015):
Gosh, indeed.
Please excuse my inattention.