mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #252] [Feature request for v2] Support re-playing asciinema casts with a timeline-offset #180
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#180
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 @pdfkungfoo on GitHub (Dec 21, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/252
When I did some post-editing of an ASCIInema v2 cast I'm currently experimenting with, it occurred to me that it would be very useful if I could use the (currently still imaginary) command line parameter
--offset <time>or--offset <line>.Such a feature could be useful even beyond the mere editing of an asciicast file: you could directly point someone to a particularly interesting point in a replay, or even create a HTML link scheme for starting the re-play of an uploaded file on asciinema.org from that point.
@ku1ik commented on GitHub (Feb 3, 2018):
There's already
?t=123parameter supported on the site to start playback from given second (see "Customizing the playback section" in sharing doc).For the in-terminal playback, we already have #201 opened for that, and there's old PR #180 which needs some work.
--start-at NNNtoasciinema play#705