2013-10-03 17:57:40 +02:00
|
|
|
# Asciinema
|
|
|
|
|
|
2014-02-14 00:08:26 +01:00
|
|
|
[](http://badge.fury.io/py/asciinema)
|
2013-10-03 17:57:40 +02:00
|
|
|
[](https://travis-ci.org/sickill/asciinema)
|
2014-03-29 07:51:32 -07:00
|
|
|
[](https://pypi.python.org/pypi/asciinema)
|
2013-10-03 17:57:40 +02:00
|
|
|
|
2014-02-09 14:05:55 +01:00
|
|
|
Command line client for [asciinema.org](https://asciinema.org) service.
|
2013-10-03 17:57:40 +02:00
|
|
|
|
|
|
|
|
## 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
|
|
|
|
2014-02-06 16:31:30 +01:00
|
|
|
See [installation docs](https://asciinema.org/docs/installation) for more
|
|
|
|
|
options (Ubuntu, Fedora, Arch, Gentoo etc).
|
2013-10-03 17:57:40 +02:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
Check the available commands and options with:
|
|
|
|
|
|
|
|
|
|
asciinema -h
|
|
|
|
|
|
2013-12-03 20:15:47 +01:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
|
|
If you want to contribute to this project check out
|
2014-02-09 14:05:55 +01:00
|
|
|
[Contributing](https://asciinema.org/contributing) page.
|
2013-12-03 20:15:47 +01:00
|
|
|
|
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.
|