mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Update playback examples
This commit is contained in:
12
README.md
12
README.md
@@ -104,15 +104,21 @@ Playing from a local file:
|
|||||||
|
|
||||||
asciinema play /path/to/asciicast.json
|
asciinema play /path/to/asciicast.json
|
||||||
|
|
||||||
Playing from asciicast page URL (it looks for `<link rel="alternate"
|
Playing from HTTP(S) URL:
|
||||||
type="application/asciicast+json" href="...">` in page's HTML):
|
|
||||||
|
asciinema play https://asciinema.org/a/22124.json
|
||||||
|
asciinema play http://example.com/demo.json
|
||||||
|
|
||||||
|
Playing from asciicast page URL (requires `<link rel="alternate"
|
||||||
|
type="application/asciicast+json" href="....json">` in page's HTML):
|
||||||
|
|
||||||
asciinema play https://asciinema.org/a/22124
|
asciinema play https://asciinema.org/a/22124
|
||||||
|
asciinema play http://example.com/blog/post.html
|
||||||
|
|
||||||
Playing from stdin:
|
Playing from stdin:
|
||||||
|
|
||||||
cat /path/to/asciicast.json | asciinema play -
|
cat /path/to/asciicast.json | asciinema play -
|
||||||
curl -sL https://asciinema.org/a/21310.json | asciinema play -
|
ssh user@host cat asciicast.json | asciinema play -
|
||||||
|
|
||||||
Playing from IPFS:
|
Playing from IPFS:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user