From c2110e05f91a15b5d487e9d805b7fa714d340458 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:40:04 -0300 Subject: [PATCH] terminalizer, asciinema: update page (#12238) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/asciinema.md | 17 +++++++++-------- pages/common/terminalizer.md | 13 +++++++------ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/pages/common/asciinema.md b/pages/common/asciinema.md index ce99aee19..48b84620c 100644 --- a/pages/common/asciinema.md +++ b/pages/common/asciinema.md @@ -1,25 +1,26 @@ # asciinema -> Record and replay terminal sessions, and optionally share them on asciinema.org. -> More information: . +> Record and replay terminal sessions, and optionally share them on . +> See also: `terminalizer`. +> More information: . - 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 : `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}}` diff --git a/pages/common/terminalizer.md b/pages/common/terminalizer.md index 72cb19aac..4d4fb4b65 100644 --- a/pages/common/terminalizer.md +++ b/pages/common/terminalizer.md @@ -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 . +> See also: `asciinema`. > More information: . - 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 : -`terminalizer share {{path/to/file}}` +`terminalizer share {{path/to/recording.gif}}`