Shelr -- tool for terminal screencasting.
shelr
allows you to record/replay and publish your terminal on http://shelr.tv.
Code for Shelr.tv service is also available on github.
You'll need ruby and rubygems installed.
gem install shelr
See shellcast for details :)
shelr play http://shelr.tv/records/4f4ca2a43cd1090001000002.json
You can watch them online at http://shelr.tv/
shelr record
...
do something in your shell
..
exit
shelr list
<select id of your record>
shelr push <ID>
You need script
and scriptreplay
tools from BSD Utils.
Tey are already installed if You use Debian/Ubuntu/BSD variants.
If You use OS X - install ttyrec
via homebrew and setup it as recording backend.
brew install ttyrec
shelr backend ttyrec
(Э) 2010, 2011, 2012 Antono Vasiljev and contributors.
See LICENSE.txt for details.