How to record command line #CLI sessions and view them later?

How can I explain what exactly I'm doing to accomplish X on the command line to my colleagues, e.g. to my holiday replacement? I don't like the idea of making clumsy videos, without a chance to copy & paste text out of it.

I know, there's 'script' , but script doesn't handle TUIs well.

Solution: #asciinema: Record with `ascinema rec` and replay with `ascinema play`, optionally upload to asciinema.org similar to Youtube.

Beautiful #Asciiart can be published this way was well, have a look:
https://asciinema.org/a/746358

They’re Made Out of Meat

A radio play by PRI and WNYC Studios based on Terry Bisson's "They're Made Out of Meat" short story. https://www.wnycstudios.org/podcasts/studio/segments/168264-theyre-made-out-of-meat The visuals ...

asciinema.org

New asciinema CLI release!

This one brings a mix of robustness improvements, new features and regression fixes.

Highlights:

- Added support for playback from stdin
- Improved implementation of ALiS protocol
- Added --description, --visibility, --audio-url options for the stream and session commands
- Added --title, --description, --visibility, --audio-url options for the upload command
- Improved querying for terminal theme and version

https://github.com/asciinema/asciinema/releases/tag/v3.2.0

#asciinema

Release v3.2.0 · asciinema/asciinema

This release brings a mix of robustness improvements, new features and regression fixes: Improved querying for terminal theme and version Added support for playback from stdin (thanks @fopina!) Im...

GitHub

one side of fowl, with iperf3 recorded with
#asciinema

https://asciinema.org/a/787378

#magicWormhole

fowl

One side of a [https://fowl.readthedocs.io/en/latest/](fowl) connection over which we run an "iperf3" test. (The other "peer" is also on localhost)

asciinema.org

New asciinema server release!

Highlights of this release:

- new Explore and user profile pages, showing live streams, upcoming streams, popular and recent recordings
- improved view counting
- new popularity algorithm

https://github.com/asciinema/asciinema-server/releases/tag/v20260207

#asciinema

Release 20260207 · asciinema/asciinema-server

Highlights new Explore page (/explore), showing live and upcoming streams plus popular and recent recordings, with sub-pages for browsing full lists new user profile page, showing live and upcomin...

GitHub

Check out this live stream of satnogs-monitor (terminal UI monitor for SatNOGS ground stations) from station BEEGND-4 at the main building of Technical University of Berlin:

https://asciinema.org/s/MsgCXmGxqg6lkLPq

#asciinema #livestream

BEEGND-4 - asciinema.org

Cool. Article by @lwn

"The asciinema project provides a set of tools to [...] let users record, edit, and share terminal sessions in a text-based format that has quite a few advantages compared to making and sharing videos of terminal sessions. For example, it is easy to use, offers the ability to search text from recorded sessions, and allows users to copy and paste directly from the recording.""

https://lwn.net/Articles/1053355/

#Tools #CLI #Recordings #Presentations #Asciinema

Asciinema: making movies at the command-line

In open-source circles there are many situations, such as bug reports, demos, and tutorials, wh [...]

LWN.net
@jannem @poleguy @argv_minus_one yes, it is mire heavyweight, but I know it works and unlike #asciinema I know how.to set it up...
Kevin Karhan :verified: (@[email protected])

@[email protected] @[email protected] @[email protected] also one can record and stream it online as well and with #OBS it's easy to pre-configure and set different scenes so it's just one singke key press to switch to a specific scene - incl. transitions if desired... - OBS is propably the best thing re: #Multicam - #Streaming & #Recording with the ability to also utilize multiple screens effectively.

Infosec.Space

New asciinema server release!

Highlights of this release:

- stream scheduling
- shorter recording URLs
- improved Nerd Font symbols support
- bold-is-bright option
- leaner, smaller CSS and font assets

https://github.com/asciinema/asciinema-server/releases/tag/v20260114

#asciinema

Release 20260114 · asciinema/asciinema-server

This release is quite packed, including several new features and tons of improvements: replaced Bootstrap 4 with a simpler, custom CSS setup replaced Source Sans Pro and Fira Code with Fira Sans a...

GitHub

New asciinema CLI release!

This one is focused on improvements to the local streaming mode, mainly:

- it brings Nerd Font symbols support to the local streaming mode
- upgrades the embedded player used by this mode, which improves performance and visual quality of the stream view
- adds compression and caching for static assets served by the built-in HTTP server

https://github.com/asciinema/asciinema/releases/tag/v3.1.0

#asciinema

Release v3.1.0 · asciinema/asciinema

This is a minor release, focused on improvements to the local streaming mode. Enabled Nerd Font symbols in the embedded player when streaming locally Implemented caching and compression for static...

GitHub

Learn how to record terminal sessions on Linux using Asciinema and convert them into clean animated GIFs.

Step-by-Step Guide: https://ostechnix.com/create-animated-gifs-terminal-linux-asciinema/

#asciinema #agg #gif #terminal #linux

Create Animated GIFs from Terminal Sessions on Linux Using Asciinema - OSTechNix

Learn how to record terminal sessions on Linux using Asciinema and convert them into clean animated GIFs for READMEs and documentation.

OSTechNix