terminalizer: add page (#2648)

italian
Ivan Aracki 2018-12-23 16:08:56 +01:00 committed by Starbeamrainbowlabs
parent 75bc700557
commit a8e7f9063c
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# terminalizer
> Utility program which records the terminal and generate animated gifs or share a video.
- Create the global config directory:
`terminalizer init`
- Record the terminal and create a recording file:
`terminalizer record {{file_name}}`
- Play a recorded file on the terminal:
`terminalizer play {{file_name}}`
- Render a recording file as an animated gif image:
`terminalizer render {{file_name}}`
- Upload a video to terminalizer.com:
`terminalizer share {{file_name}}`