Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugyan/ttygif
ttyrec to gif
https://github.com/sugyan/ttygif
Last synced: about 2 months ago
JSON representation
ttyrec to gif
- Host: GitHub
- URL: https://github.com/sugyan/ttygif
- Owner: sugyan
- License: mit
- Created: 2014-07-11T11:48:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T11:49:42.000Z (over 8 years ago)
- Last Synced: 2024-12-07T13:03:08.960Z (2 months ago)
- Language: Go
- Size: 234 KB
- Stars: 269
- Watchers: 9
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - sugyan/ttygif - ttyrec to gif (Go)
README
ttygif
======Generate an animated GIF by playing ttyrecord (by `ttyrec`) and taking screenshots of your terminal.
![](https://cloud.githubusercontent.com/assets/80381/3628176/6569016e-0e91-11e4-9b0d-6bbfd46a6d32.gif)
About ttyrec
------------see [http://0xcc.net/ttyrec/](http://0xcc.net/ttyrec/).
Installation
------------go get github.com/sugyan/ttygif
or download binaries from [Releases](https://github.com/sugyan/ttygif/releases).
Usage
-----ttygif -in -out -s -noloop
* `in`: ttyrec file (default: `"ttyrecord"`)
* `out`: output animated GIF file name (default: `"tty.gif"`)
* `s`: play speed (default: `1.0`)
* `noloop`: play only once (default: `false`)See also
--------- https://github.com/sugyan/ttyrec2gif