Live data from Hacker News

Text-based terminal screencasts

showterm.io

11–20 of 53 posts

Re: Text-based terminal screencasts

#11
Q1: is there a way to download the resulting screencast so that it can be viewed off the network?

Q2: is there a way to do this without having to upload anything? e.g. pipe to a file locally?

Re: Text-based terminal screencasts

#16
This is such an incredible idea. I can already see tons of use cases for it. CLI apps can easily demo themselves through this. It even recognizes backspaces!

I'm using a patched font with a git branch symbol in my prompt[0]. As expected, it only displays on devices that have that font installed. Colors don't match my actual terminal either, but that's just a minor problem.

[0] http://showterm.io/e49d0900602104ae4850f

Re: Text-based terminal screencasts

#17
Gate One has had this feature for ages. You can export your terminal logs to HTML payback files or as traditional flat logs. You can then share them however you like... Web, email, whatever.

It works with full screen apps like tmux, vim, htop, etc. It even plays back images (if the user output them to the terminal).

Re: Text-based terminal screencasts

#18
I agreed with the people saying that a confirmation before uploading would be helpful, so I went to file an issue.

It turns out there is one there already. You can weigh in here: https://github.com/ConradIrwin/showterm/issues/12.

EDIT: A follow up: It turns out that there is a slightly hidden and indirect way to abort uploads. Start the program as `showterm -e`, and it will offer you a chance to edit timings before uploading. (This is intended to give you a chance to trim out long pauses.) At that point, if you can cause your editor to abort with a non-zero status, the upload aborts. For Vim users, the gem's author points to exiting with `:cq`.

See here: https://github.com/ConradIrwin/showterm/blob/master/bin/show...

Re: Text-based terminal screencasts

#20
I'm doing some tests [1] with showterm's screencasts embedded in a web page and, argh, apparently you can't control the autorun feature, pretty annoying.

I think that if it had a set of "play"/"pause"/"rewind"/"forward" buttons, tons of websites would benefit (for docs, examples, tutorials, etc).

[1] https://googledrive.com/host/0B9lMEsFXwv0ZLVh5dkRfdmw1UnM/

Post reply on HN