mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Update README
This commit is contained in:
12
README.md
12
README.md
@@ -100,8 +100,18 @@ __Replay recorded asciicast in a terminal.__
|
|||||||
This command replays given asciicast (as recorded by `rec` command) directly in
|
This command replays given asciicast (as recorded by `rec` command) directly in
|
||||||
your terminal.
|
your terminal.
|
||||||
|
|
||||||
When "-" is passed as a filename the asciicast is read from stdin. For example:
|
Playing from a local file:
|
||||||
|
|
||||||
|
asciinema play /path/to/asciicast.json
|
||||||
|
|
||||||
|
Playing from asciicast page URL (it looks for `<link rel="alternate"
|
||||||
|
type="application/asciicast+json" href="...">` in page's HTML):
|
||||||
|
|
||||||
|
asciinema play https://asciinema.org/a/22124
|
||||||
|
|
||||||
|
Playing from stdin:
|
||||||
|
|
||||||
|
cat /path/to/asciicast.json | asciinema play -
|
||||||
curl -sL https://asciinema.org/a/21310.json | asciinema play -
|
curl -sL https://asciinema.org/a/21310.json | asciinema play -
|
||||||
|
|
||||||
Available options:
|
Available options:
|
||||||
|
|||||||
Reference in New Issue
Block a user