mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #23] Subcommand: play #621
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#621
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 @ku1ik on GitHub (Oct 11, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/23
Would be nice to be able to replay any asciicast also inside your terminal with:
where 1234 is id of asciicast found on the website.
@losingkeys commented on GitHub (Feb 27, 2013):
Is what's saved by
asciiiocompatible withscriptreplay? I know OSX doesn't support this (right?), but it'd be cool to try it at first then maybe fall back to a custom player if it's not supported. That might be enough to get this feature off the ground on systems other than OSX (depending on the data saved byasciiio).@ku1ik commented on GitHub (Mar 13, 2013):
@joshuarh actually replaying of a recorded script is trivial thing (in perl it's several lines of code, see here: http://www.ifokr.org/bri/presentations/tools/scriptreplay). It would be probably 10-20 lines of python code and it would work on both Linux and OSX. This is the first subcommand (of many) I'd like to implement. I have almost finished refactoring on "split" branch, once I complete it I'll be able to easily add this in-terminal replay.
@losingkeys commented on GitHub (Apr 19, 2013):
37signals/sub might be worth a look for this
@ku1ik commented on GitHub (Apr 19, 2013):
@joshuarh thx, this looks neat.
@anbotero commented on GitHub (Sep 23, 2013):
No scripting skills here, but I 👍 this. Keep it up!
@ku1ik commented on GitHub (Nov 25, 2013):
I have created a new MR that will cover "new workflow" implementation: #49. It also covers this issue.
@ku1ik commented on GitHub (Dec 19, 2014):
Data format used by
recandplaycommands is now discussed in #70.@ku1ik commented on GitHub (Feb 27, 2015):
It's implemented in #80.
@ku1ik commented on GitHub (Mar 2, 2015):
Hey! Please help testing 1.0.0.rc1: https://github.com/asciinema/asciinema-cli/releases/tag/v1.0.0.rc1