Sha256: 96087d717399764e70c7b54c3db05499181b472e9e556ae8370da181cd068333
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 KB
Contents
shelr(1) -- screencasting for shell junkies =============================================== ## SYNOPSIS `shelr` command [id] ## DESCRIPTION **Shelr** records terminal output and can replay it ## COMMANDS * `record`: Will record your terminal unless you type `exit` or Ctrl+D and store it to $HOME/.local/share/shellcast/ * `list`: lists all your shellcasts. * `play`: plays local or remote shellcast. * `push`: publish your shellcast ## EXAMPLES Record your shellcast: $ shelr record ... do something ... $ exit List recorded shellcasts: $ shelr list Play local shellcast: $ shelr play 1293702847 Play remote shellcast: $ shelr play http://shelr.tv/records/4d1f7c3890820d6144000002.json Publish your shellcast: $ shelr push 1293702847 ## BUGS **shelr** is written in Ruby and depends on `script` and `scriptreplay`, commands libraries that are non-trivial to install on some systems. **script** on BSD and Darwin does not support timings. **Windows** heh. ## COPYRIGHT Shelr is Copyright (C) 2011 Antono Vasiljev <http://antono.info/> ## SEE ALSO script(1), scriptreplay(1), ttyrec(1)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shelr-0.9.10 | shelr.1.ronn |
shelr-0.9.9 | shelr.1.ronn |
shelr-0.9.8 | shelr.1.ronn |