2013-10-03 17:57:40 +02:00
|
|
|
# Asciinema
|
|
|
|
|
|
|
|
|
|
[](https://travis-ci.org/sickill/asciinema)
|
|
|
|
|
|
|
|
|
|
Command line client for [asciinema.org](http://asciinema.org) service.
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
2013-10-06 13:21:19 +02:00
|
|
|
The latest __stable version__ of asciinema can always be installed or updated
|
|
|
|
|
to via [pip](http://www.pip-installer.org/en/latest/index.html) (prefered) or
|
|
|
|
|
easy\_install:
|
2013-10-03 19:15:15 +02:00
|
|
|
|
2013-10-06 13:21:19 +02:00
|
|
|
sudo pip install --upgrade asciinema
|
2013-10-03 19:15:15 +02:00
|
|
|
|
2013-10-06 13:21:19 +02:00
|
|
|
Alternatively:
|
|
|
|
|
|
|
|
|
|
sudo easy_install asciinema
|
2013-10-03 19:15:15 +02:00
|
|
|
|
2013-10-06 13:21:19 +02:00
|
|
|
Or, you can install the __development version__ directly from GitHub:
|
2013-10-03 19:15:15 +02:00
|
|
|
|
2013-10-06 13:21:19 +02:00
|
|
|
sudo pip install --upgrade https://github.com/sickill/asciinema/tarball/master
|
2013-10-03 17:57:40 +02:00
|
|
|
|
2013-10-06 13:21:19 +02:00
|
|
|
Arch Linux users can install the
|
|
|
|
|
[AUR](https://aur.archlinux.org/packages/asciinema/) package:
|
|
|
|
|
|
|
|
|
|
yaourt -S asciinema
|
2013-10-03 17:57:40 +02:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
Check the available commands and options with:
|
|
|
|
|
|
|
|
|
|
asciinema -h
|
|
|
|
|
|
2013-10-06 12:58:29 +02:00
|
|
|
## Authors
|
2013-10-03 17:57:40 +02:00
|
|
|
|
2013-10-06 12:58:29 +02:00
|
|
|
Developed with passion by [Marcin Kulik](http://ku1ik.com) and great open
|
|
|
|
|
source [contributors](https://github.com/sickill/asciinema/contributors)
|
|
|
|
|
|
|
|
|
|
## Copyright
|
|
|
|
|
|
|
|
|
|
Copyright © 2011-2013 Marcin Kulik. See LICENSE.txt for details.
|