top | item 23323108

(no title)

thdn | 5 years ago

Never used it, but saw it on a couple of tutorials, https://asciinema.org

discuss

order

Arkanosis|5 years ago

I use it and it's awesome! It's not just a video, you can copy-paste from it if you want.

Here's another one I want to try for a long time but still haven't (to have a single, animated SVG file, still copy-pastable): https://github.com/nbedos/termtosvg .

sliken|5 years ago

I love the ability to pause and cut/paste from the animations.

dba7dba|5 years ago

I also recommend asciinema.

A tutorial using asciinema in action.

https://asciinema.org/a/188659

You can't add voice into asciinema itself but a asciinema recording URL would be an excellent handout material (like powerpoint) to give to students. Your students can view Terminal action with very clear text, unlike videos where reading text can be difficult.

Even if you use other method for recording/delivering your voice/audio lecture, including Asciinema replay link would be a huge benefit to students.

degraafc|5 years ago

I'll also plug a little tool I wrote to supplement asciinema: asciiscript [1]. Basically if you get tired of watching yourself fix typos in your recordings, you can script stuff ahead of time and then record it automatically with asciinema. Although I don't think it works with programs that take input, like a REPL unfortunately.

[1]: https://github.com/christopher-dG/asciiscript

Arkanosis|5 years ago

I need this! Thank you!

padraic7a|5 years ago

I was just about to suggest ascicinema.

I think it's excellent but it is limited to just the terminal. I don't think it's possible to incorporate a voiceover or soundtrack which you may sometimes want to do.

sliken|5 years ago

Works great. Record, stop, and it spits out a URL. You can even self-host if you want.