OldBeige.net
OldBeige.net > Search > Item Home | About

github.com-asciinema-asciinema_-_2019-02-02_10-51-44 (2019)

by asciinema

Screenshot

Terminal session recorder 📹 Note: This is README for development branch. See the version for latest stable release . asciinema Terminal session recorder and the best companion of asciinema.org . Quick intro asciinema lets you easily record terminal sessions and replaythem in a terminal as well as in a web browser. Install latest version ( other installation options ): sudo pip3 install asciinema Record your first session: asciinema rec first.cast Now replay it with double speed: asciinema play -s 2 first.cast Or with normal speed but with idle time limited to 2 seconds: asciinema play -i 2 first.cast You can pass -i 2 to asciinema rec as well, to set it permanently on arecording. Idle time limiting makes the recordings much more interesting towatch. Try it. If you want to watch and share it on the web, upload it: asciinema upload first.cast The above uploads it to asciinema.org , which is adefault asciinema-server instance, and prints a secret link you can use to watch your recording in a webbrowser. You can record and upload in one step by omitting the filename: asciinema rec You'll be asked to confirm the upload when the recording is done. Nothing issent anywhere without your consent. These are the basics, but there's much more you can do. The following sectionscover installation, usage and hosting of the recordings in more detail. Installation Python package asciinema is available on PyPI and canbe installed with pip (Python 3 with setuptools required): sudo pip3 install asciinema This is the recommended way of installation, which gives you the latest releasedversion. Native packages asciinema is included in repositories of most popular package managers on Mac OSX, Linux and FreeBSD. Look for package named asciinema . See the list of available packages . Running latest version from source code checkout If you can't use Python package or native package for your OS is outdated youcan clone the repo and run asciinema straight from the checkout. Clone the repo: git...

Tags: GitHub;code;software;git


Files available

No downloadable files were found in this archive.org item. Some items contain only images, manuals, or other non-installable content.


Source: archive.org/details/github.com-asciinema-asciinema_-_2019-02-02_10-51-44 (visit on a modern browser to see the original page)

Back to home | Search again