Text-based terminal screencasts
41–50 of 53 posts
Re: Text-based terminal screencasts
#42Earlier quoted context omitted.
Actually, I am working on something similar i.e being able to share terminals using browser.
Cool! Realtime terminal hacking... now that's something I can use.
Re: Text-based terminal screencasts
#43I wonder about credentials leaking to the service. When I show off connecting to a server that uses login/password, will this also be recorded and uploaded or only keys that actually change the ui? How about ncurses apps?
Re: Text-based terminal screencasts
#44I wonder about credentials leaking to the service. When I show off connecting to a server that uses login/password, will this also be recorded and uploaded or only keys that actually change the ui? How about ncurses apps?
Re: Text-based terminal screencasts
#45I think the script should ask for a confirmation before uploading stuff. Somebody could get distracted and forget that script runs.
agreed. This is a dangerous utility akin to a key logger.
bash Records everything in that terminal until you exit, then gives you a URL to share.
Re: Text-based terminal screencasts
#46http://ascii.io/ does the same and was around for a while, but showterm's text selection works better.
Showterm had buggy black background http://showterm.io/ff11970f1363de1386cbc
Re: Text-based terminal screencasts
#47Re: Text-based terminal screencasts
#48http://ascii.io/ does the same and was around for a while, but showterm's text selection works better.
ascii.io works great with ncurses games http://ascii.io/a/4682 Showterm had buggy black background http://showterm.io/ff11970f1363de1386cbc
Re: Text-based terminal screencasts
#49Plus, the option to cut out backspaces and only go with the finished command might be cool, in case the screencaster has made some mistakes along the way.
Re: Text-based terminal screencasts
#50Source code of showterm: client[1], server[2] [1] https://github.com/ConradIrwin/showterm [2] https://github.com/ConradIrwin/showterm.io