Command line client for asciinema.org service.
The latest stable version of asciinema can always be installed or updated to via pip (prefered) or easy_install:
sudo pip install --upgrade asciinema
Alternatively:
sudo easy_install asciinema
Or, you can install the development version directly from GitHub:
sudo pip install --upgrade https://github.com/sickill/asciinema/tarball/master
See installation docs for more options (Ubuntu, Fedora, Arch, Gentoo etc).
Check the available commands and options with:
asciinema -h
If you want to contribute to this project check out Contributing page.
Developed with passion by Marcin Kulik and great open source contributors
My fork of the asciinema-cli incorporates some major changes. First of all, it can now be properly used in your project. You can record output of python methods, and you can choose wheter or not to upload casts.
Everything is now encapsulated in the Asciicast object. All operations (recording, uploading) will happen on this object. Check the documentation for the API reference.
In addition I moved all CLI code into it's own directory and made it clear that it's CLI (by choosing an appropriate name for it).
Last but not least, I began working on Issue#49 (also known as "New workflow"), by adding a local git repository for handling versions (not yet fully implemented) and local storage.
Copyright © 2011-2013 Marcin Kulik. See LICENSE.txt for details.


