terminalizer, asciinema: update page (#12238)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -1,25 +1,26 @@
|
||||
# asciinema
|
||||
|
||||
> Record and replay terminal sessions, and optionally share them on asciinema.org.
|
||||
> More information: <https://asciinema.org/docs/usage>.
|
||||
> Record and replay terminal sessions, and optionally share them on <https://asciinema.org>.
|
||||
> See also: `terminalizer`.
|
||||
> More information: <https://docs.asciinema.org/manual/cli/usage>.
|
||||
|
||||
- Associate the local install of `asciinema` with an asciinema.org account:
|
||||
|
||||
`asciinema auth`
|
||||
|
||||
- Make a new recording (once finished, user will be prompted to upload it or save it locally):
|
||||
- Make a new recording (finish it with `Ctrl+D` or type `exit`, and then choose to upload it or save it locally):
|
||||
|
||||
`asciinema rec`
|
||||
|
||||
- Make a new recording and save it to a local file:
|
||||
|
||||
`asciinema rec {{path/to/file.cast}}`
|
||||
`asciinema rec {{path/to/recording.cast}}`
|
||||
|
||||
- Replay a terminal recording from a local file:
|
||||
|
||||
`asciinema play {{path/to/file.cast}}`
|
||||
`asciinema play {{path/to/recording.cast}}`
|
||||
|
||||
- Replay a terminal recording hosted on asciinema.org:
|
||||
- Replay a terminal recording hosted on <https://asciinema.org>:
|
||||
|
||||
`asciinema play https://asciinema.org/a/{{cast_id}}`
|
||||
|
||||
@@ -29,8 +30,8 @@
|
||||
|
||||
- Print the full output of a locally saved recording:
|
||||
|
||||
`asciinema cat {{path/to/file.cast}}`
|
||||
`asciinema cat {{path/to/recording.cast}}`
|
||||
|
||||
- Upload a locally saved terminal session to asciinema.org:
|
||||
|
||||
`asciinema upload {{path/to/file.cast}}`
|
||||
`asciinema upload {{path/to/recording.cast}}`
|
||||
|
Reference in New Issue
Block a user