-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display recorded input in an overlay #84
Comments
Could this just be a separate tool running (displaying somewhere on screen) that then just happens to be recorded? |
Very first versions of asciinema from 2012 had stdin (keystrokes) recording but it was dropped long time ago. So there's nothing to show at the moment :) And yeah, what you described could work. You're thinking about displaying extra text inside of terminal, like tmux or screen do it with their status bars for example? If you find such a tool let me know! |
I guess you could even script tmux to display "subtitles" in its status bar. Then record the whole thing :) |
@sickill Do you have any idea of how you'd go about implementing that tmux solution you hinted at above? I've been meaning to make some Vim screen casts where showing what keys you press is the essence of the problem. |
@jez I don't have any particular tmux-based solution on my mind but I know tmux is very scriptable so there may be some way to do that. |
Please see #105 about a tmux-based solution. |
When recorded input stream is available let's display it in some kind of an overlay. Handy for tutorials where you want to see what keys are being pressed.
The text was updated successfully, but these errors were encountered: