#asciinema is at #ElixirConfEU !
Thanks Marcin for your work over a decade on many different versions, that keep on getting better!
#asciinema is at #ElixirConfEU !
Thanks Marcin for your work over a decade on many different versions, that keep on getting better!
I created a minimal #asciinema golang server that’s compatible with the upstream asciinema client.
It’s about 2000 lines of code and intended for a self-hosting environment.
It supports multiple users, but the admin will have to invite people manually.
https://codeberg.org/Profpatsch/Profpatsch/src/branch/canon/users/Profpatsch/asciinema-server
@dreid @asciinema Alright, I have blogged a blog post about this setup: https://meejah.ca/blog/live-stream-asciinema
It is not ideal, and I'm happy to hear feedback.
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
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
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
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:
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.""
@[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.