[GH-ISSUE #23] Subcommand: play #621

Closed
opened 2026-03-15 03:37:44 +03:00 by kerem · 9 comments
Owner

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:

$ asciiio play 1234

where 1234 is id of asciicast found on the website.

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: ``` $ asciiio play 1234 ``` where 1234 is id of asciicast found on the website.
kerem closed this issue 2026-03-15 03:37:49 +03:00
Author
Owner

@losingkeys commented on GitHub (Feb 27, 2013):

Is what's saved by asciiio compatible with scriptreplay? 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 by asciiio).

<!-- gh-comment-id:14191607 --> @losingkeys commented on GitHub (Feb 27, 2013): Is what's saved by `asciiio` compatible with `scriptreplay`? 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 by `asciiio`).
Author
Owner

@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.

<!-- gh-comment-id:14871618 --> @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.
Author
Owner

@losingkeys commented on GitHub (Apr 19, 2013):

37signals/sub might be worth a look for this

<!-- gh-comment-id:16681495 --> @losingkeys commented on GitHub (Apr 19, 2013): [37signals/sub](https://github.com/37signals/sub) might be worth a look for this
Author
Owner

@ku1ik commented on GitHub (Apr 19, 2013):

@joshuarh thx, this looks neat.

<!-- gh-comment-id:16688068 --> @ku1ik commented on GitHub (Apr 19, 2013): @joshuarh thx, this looks neat.
Author
Owner

@anbotero commented on GitHub (Sep 23, 2013):

No scripting skills here, but I 👍 this. Keep it up!

<!-- gh-comment-id:24943085 --> @anbotero commented on GitHub (Sep 23, 2013): No scripting skills here, but I :+1: this. Keep it up!
Author
Owner

@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.

<!-- gh-comment-id:29249284 --> @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.
Author
Owner

@ku1ik commented on GitHub (Dec 19, 2014):

Data format used by rec and play commands is now discussed in #70.

<!-- gh-comment-id:67681996 --> @ku1ik commented on GitHub (Dec 19, 2014): Data format used by `rec` and `play` commands is now discussed in #70.
Author
Owner

@ku1ik commented on GitHub (Feb 27, 2015):

It's implemented in #80.

<!-- gh-comment-id:76363434 --> @ku1ik commented on GitHub (Feb 27, 2015): It's implemented in #80.
Author
Owner

@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

<!-- gh-comment-id:76809076 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#621
No description provided.