5 ms·
Never used it, but saw it on a couple of tutorials, https://asciinema.org https://asciinema.org
by thdn 6y ago
Never used it, but saw it on a couple of tutorials, https://asciinema.org https://asciinema.org
- EnigmaCurry 6y agoI've made a wrapper for it that works a bit more responsively on mobile https://github.com/enigmacurry/kick-ascii https://github.com/enigmacurry/kick-ascii
- sliken 6y agoWorks great. Record, stop, and it spits out a URL. You can even self-host if you want.
- padraic7a 6y agoI 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.
- dba7dba 6y agoI also recommend asciinema. A tutorial using asciinema in action. https://asciinema.org/a/188659 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.
- Arkanosis 6y agoI 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 https://github.com/nbedos/termtosvg .
- sliken 6y agoI love the ability to pause and cut/paste from the animations.
- miguelmota 6y agoSimilar to asciinema but you can stream in real-time https://github.com/miguelmota/streamhut https://github.com/miguelmota/streamhut
- degraafc 6y agoI'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 https://github.com/christopher-dG/asciiscript
- Arkanosis 6y agoI need this! Thank you!