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>
pull/23/head
Vitor Henrique 2024-02-12 15:40:04 -03:00 committed by GitHub
parent 520ff2c815
commit c2110e05f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 14 deletions

View File

@ -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}}`

View File

@ -1,6 +1,7 @@
# terminalizer
> Utility program which records the terminal and generate animated GIFs or share a video.
> Record the terminal, generate animated GIFs and a web player, and optionally upload to <https://terminalizer.com>.
> See also: `asciinema`.
> More information: <https://terminalizer.com>.
- Create the global configuration directory:
@ -9,16 +10,16 @@
- Record the terminal and create a recording file:
`terminalizer record {{path/to/file}}`
`terminalizer record {{path/to/recording.gif}}`
- Play a recorded file on the terminal:
`terminalizer play {{path/to/file}}`
`terminalizer play {{path/to/recording.gif}}`
- Render a recording file as an animated GIF image:
`terminalizer render {{path/to/file}}`
`terminalizer render {{path/to/recording.gif}}`
- Upload a video to terminalizer.com:
- Upload a video to <https://terminalizer.com>:
`terminalizer share {{path/to/file}}`
`terminalizer share {{path/to/recording.gif}}`