Changes between Initial Version and Version 1 of Ticket #48164


Ignore:
Timestamp:
Jun 25, 2015, 1:44:37 AM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

You should run port selfupdate more often ;) I added this two days ago.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48164

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #48164 – Description

    initial v1  
    22
    33The following command will start the recording of a terminal session (which can be ended by typing "exit" or hitting 'ctrl+D'):
    4 
    5    asciinema rec -w 1 my.session
     4{{{
     5asciinema rec -w 1 my.session
     6}}}
    67
    78The `-w 1` parameter will limit periods of non-activity to 1 second max. The next command will replay the same session:
    8 
    9     asciinema play my.session
     9{{{
     10asciinema play my.session
     11}}}
    1012
    1113The software is Free (GPL3), with source code (written in Go and JavaScript) on GitHub: 
    12 
    13     https://github.com/asciinema/asciinema
     14{{{
     15https://github.com/asciinema/asciinema
     16}}}
    1417
    1518The files it writes ('my.session' above) are Unicode text files, and can easily be edited after recording (f.e. to fix typos).
     
    1821
    1922    https://asciinema.org/a/22364
    20