Live data from Hacker News

Asciinema: Record and share your terminal sessions

asciinema.org

31–40 of 72 posts

Re: Asciinema: Record and share your terminal sessions

#31
post #22

Earlier quoted context omitted.

I generally see it used to demo a TUI, to great effect.

Good point, I mostly remember the cli sequences as shown in the demo (which are only better than the gif alternative). The TUI version should be their primary demo!

I fully agree, this would be pretty much impossible to demo with just plain text: https://asciinema.org/a/659042

Re: Asciinema: Record and share your terminal sessions

#32
post #11

Earlier quoted context omitted.

Looks cool, but produce GIFs? Asciinema is text based IIRC. The name is the downside of Asciinema IMO. Can’t help but read it as ASCII enema, which is funny, but not what I want think about. Just call it tty-player or something…

Did someone say titty player?

Touché.

Re: Asciinema: Record and share your terminal sessions

#33

This is a really nice, and very compact, way of demonstrating the terminal in action. I used it to show off my 2002 version of ASCII pacman game, since no one's going to bother compiling it, and it'll eventually end up with bitrot. You can see me playing it (really badly!) at https://asciinema.org/a/723703

Nice work on the game! The recording shows it off well. Good thinking using asciinema for this kind of thing.

I'd probably be the idiot who types pacman and wonders why it's trying to update my system instead of starting the game.

Re: Asciinema: Record and share your terminal sessions

#34
post #6

I've found asciinema pretty cool and recorded a few recordings of things I've done, like some experimental Emacs commands, a computer algebra system, a Unicode Tetris game in ARM assembly, and a minimal roguelike: https://asciinema.org/~kragen . These are not the most spectacular recordings on the site, but I have found them a useful way to communicate ideas. I wish there was some kind of voiceover support. One thing…

Since 3.0 (Rust rewrite that is already shipped by Arch et al), the filename argument is required, and it simply saves it locally by default without even asking to upload.

upload is a separate command.

Re: Asciinema: Record and share your terminal sessions

#36
post #11
post #7

I’ve moved over to using vhs https://github.com/charmbracelet/vhs

Looks cool, but produce GIFs? Asciinema is text based IIRC. The name is the downside of Asciinema IMO. Can’t help but read it as ASCII enema, which is funny, but not what I want think about. Just call it tty-player or something…

vhs can also create video files: https://github.com/charmbracelet/vhs#output

Re: Asciinema: Record and share your terminal sessions

#37
I am curious about the use cases where a VIDEO recording is inherently more useful than a TEXT recording of a terminal session. I have found simply using:

script session.log

... to be invaluable, especially when documenting commands that will be finding their way into a bash script or when I am collaborating with another person who will always have script available in their terminal but may have restrictions on being able to install asciinema.

Re: Asciinema: Record and share your terminal sessions

#38
post #6

I've found asciinema pretty cool and recorded a few recordings of things I've done, like some experimental Emacs commands, a computer algebra system, a Unicode Tetris game in ARM assembly, and a minimal roguelike: https://asciinema.org/~kragen . These are not the most spectacular recordings on the site, but I have found them a useful way to communicate ideas. I wish there was some kind of voiceover support. One thing…

If you want voiceover and more you might wanna check out CodeMic.io.

Re: Asciinema: Record and share your terminal sessions

#39
post #6

I've found asciinema pretty cool and recorded a few recordings of things I've done, like some experimental Emacs commands, a computer algebra system, a Unicode Tetris game in ARM assembly, and a minimal roguelike: https://asciinema.org/~kragen . These are not the most spectacular recordings on the site, but I have found them a useful way to communicate ideas. I wish there was some kind of voiceover support. One thing…

That is so shady.

I can see why you think that but Asciinema's whole original purpose was to share quick recordings. IIRC you actually had to go out of your way to just save locally, as it's main advertised and very obvious functionality was that it was uploaded. They've since made things a little more flexible, but I don't perceive it as being shady. If you used it you were most likely after that functionality.
Post reply on HN