Homura (2011-07-02)
Replay recorded text.
Homura converts recorded text logs into HTML files for interactive
playback. Accepts up to two arguments, which are the input and output
files. stdin and stdout are used if the input and outputs are not
specified.
./homura input.log output.html
cat input.log | ./homura - output.html
./homura < input.log > output.html
To generate the input logs with VIM, use record.vim (included in this
package). Either source the script before recording, or put it in the
plugins directory. After loading the script, use:
:RecordStart output.log
To start recording, and
:RecordStop
to stop.
See manual.html for more details.
--
omoikane@uguu.org - http://uguu.org/