Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.45 KB

scriptreplay_web

Simple local/web viewer for console replays generated by script command.

Derived from https://github.com/ConradIrwin/showterm.io but

  • with files select interface
  • without any server-side code

So you can easily use your replays with no worries about exposed secret passwords.

If you want to setup any intranet-sharing, fell free to implement any simple server side or just link some shared folder into data directory.

Can do

  • playback script -generated files (typescripts and timing files) with configurable terminal width
  • generate json replay files from script-files in showterm.io-compatible format
  • playback json replay files from local files or from data folder (example.json playback included)
  • work from local folder without http server

Can not do

  • upload anything anywhere

External libs

All libraries are embedded into repository.

Usage

Write your replays and open them using web interface.

just open index.html

Only limitation: "load packed json from server" is not working, cause it is using ajax requests, that are forbidden for file:// protocol.

publish using any http server

For example python -m SimpleHTTPServer 1234 and open http://127.0.0.1:1234/