mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Document playback from stdin
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# asciinema changelog
|
||||
|
||||
## master
|
||||
|
||||
* Added ability to replay asciicast from stdin by passing "-" as filename
|
||||
|
||||
## 1.1.1 (2015-06-21)
|
||||
|
||||
* Fixed putting terminal in raw mode (fixes ctrl-o in nano)
|
||||
|
||||
@@ -96,6 +96,10 @@ __Replay recorded asciicast in a terminal.__
|
||||
This command replays given asciicast (as recorded by `rec` command) directly in
|
||||
your terminal.
|
||||
|
||||
When "-" is passed as a filename the asciicast is read from stdin. For example:
|
||||
|
||||
curl -sL https://asciinema.org/a/21310.json | asciinema play -
|
||||
|
||||
NOTE: it is recommended to run it in a terminal of dimensions not smaller than
|
||||
the one used for recording as there's no "transcoding" of control sequences for
|
||||
new terminal size.
|
||||
|
||||
Reference in New Issue
Block a user