Listed in
Lightweight
Asciinema records terminal sessions as plain text, resulting in very small file sizes compared to video recordings.
Searchable
Since recordings are stored as text, they can be indexed and searched easily.
Low Bandwidth
Text-based recordings require significantly less bandwidth to upload and watch compared to video files.
Editable
Recordings can be edited with a text editor, enabling easy corrections and modifications.
Interactive
Asciinema players can be embedded in websites, where users can pause, rewind, and copy text directly from the terminal.
Platform Agnostic
Asciinema can be used on any system that has a terminal, making it versatile for various operating systems.
Open Source
Asciinema is free and open-source, allowing for community contributions and transparency.
Privacy-Friendly
Sensitive data can be easily redacted from recordings since they are text-based.
Yes, asciinema is a good tool for recording terminal sessions.
We have collected here some useful links to help you find out if asciinema is good.
Check the traffic stats of asciinema on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of asciinema on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of asciinema's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of asciinema on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about asciinema on Reddit. This can help you find out how popualr the product is and what people think about it.
There are already ton of solutions to this, like https://asciinema.org/. - Source: Hacker News / 7 days ago
Have you heard the good news about the terminal savior asciinema -- https://asciinema.org/. - Source: Hacker News / 3 months ago
The fix in v0.2 has two halves: the .gitignore rule for visuals/out/ is gone, and a new visuals/render-cast.sh pipeline renders the gallery using asciinema plus agg. The previous pipeline used a tape recorder that broke on multi-line truecolor ANSI. The new one runs the same Bubble Tea story binaries under a glyph_snap build tag, captures the asciinema cast, and renders to GIF without headless Chrome. The pipeline... - Source: dev.to / 3 months ago
The existing options all have real tradeoffs. Asciinema is free and captures terminal output, but the playback looks like a terminal log - no visual polish, no branding, nothing you'd put on a landing page. Screen Studio costs $89 and produces beautiful results, but you're still recording manually. VHS from Charm is the closest thing to what I wanted - declarative, scriptable - but you have to write a .tape file... - Source: dev.to / 6 months ago
> I was tired of screen-recording CLI demos What was wrong with https://asciinema.org/ ? - Source: Hacker News / 6 months ago
> created: 1 day ago https://asciinema.org/~user%3A281302. - Source: Hacker News / 7 months ago
Sounds kind of like https://asciinema.org/ (which I've never used, but it seems cool). - Source: Hacker News / 8 months ago
The solution: record everything. I use asciinema, a terminal session recorder, to capture complete LLM sessions. Unlike text logs (which just save the text), asciinema records the actual terminal output with timing information—think of it like a video recording of your terminal session. You can replay sessions later and see exactly what appeared on screen, when it appeared, and in what order. - Source: dev.to / 11 months ago
Check out asciinema for easy creation of CLUI demos. https://asciinema.org/. - Source: Hacker News / about 1 year ago
They're actually not videos! They're using asciinema: https://asciinema.org/, which is rendering actual text in the webpage - try selecting some while the recording is playing. - Source: Hacker News / about 1 year ago
I usually write the README and documentation before writing the code. I then shop it around and ask people if it makes sense. The initial version of the code is stubs that, if you follow the code examples given in the documentation, return hard-coded values. I went to the extreme of giving the docs to non-developers who've never written a single line of code in their entire life, giving them an interpreter, and... - Source: Hacker News / over 1 year ago
Not as much as https://asciinema.org/ - when you can use that... - Source: Hacker News / over 1 year ago
Cool site, have you considered using asciicinema instead of screenshots? Seems like the perfect tool for what you're trying to do https://asciinema.org/. - Source: Hacker News / over 1 year ago
I agree. Capturing the interaction as a movie (like .mov file) makes it really difficult to understand what the user is doing. e.g. What keystrokes did the user press to finish this interaction. I wish folks would post screen grabs with tools like https://asciinema.org/ - this is what the helix-editor homepage uses to show the features. This is ideal for terminal apps. That said, I wish asciinema can also show the... - Source: Hacker News / over 1 year ago
Https://asciinema.org/ It can be self hosted if you want. - Source: Hacker News / over 1 year ago
How to generate an image from a bash script: A tool called Asciiema allows developers to test their bash script in action while also recording the execution from their terminal. This is helpful because it validates that your script works. There were times when I assumed my documentation was accurate, however, when I tried the instructions using the tool, it failed. Thankfully, I got it fixed. - Source: dev.to / about 2 years ago
Savvy CLI and Asciinema are both powerful tools that can record terminal activity, but they serve different purposes and are built with different core functionalities. - Source: dev.to / about 2 years ago
I mention asciinema in my other comment[0], but there are a number of tools. The one to use depends on your system and the archwiki has a good list[1]. Assuming you're not using Wayland, ffmpeg is probably going to work[2]. Gimp and ImageMagick also provide tools to help. [0] https://asciinema.org/ | https://news.ycombinator.com/item?id=41010530 [2] https://trac.ffmpeg.org/wiki/Capture/Desktop. - Source: Hacker News / about 2 years ago
You're not alone. Even worse when it is a product page. Just how often I see soe product or project and are unable to actually determine what the thing does or why I would want to use it or even HOW to use it. I can give GitHub projects a pass when someone else links them, but the poster is the author so no pass. This is "Show HN". Please __show__. I do like to try out new projects and tools, but where's the hook?... - Source: Hacker News / about 2 years ago
I think it would be more reasonable to judge whether it is promotion according to its content, quality, purpose, instead of domain name. I totally agree one should get flagged if one posts the same product or application for the same use case again and again. But in my situation, they are different tools for different use cases. I don't think this demo would get flagged if it was uploaded and presented in the... - Source: Hacker News / about 2 years ago
There are other fun "terminal capture tools" like https://asciinema.org/. - Source: Hacker News / over 2 years ago
Do you know an article comparing asciinema to other products?
Suggest a link to a post with product alternatives.
Is asciinema good? This is an informative page that will help you find out. Moreover, you can review and discuss asciinema here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.