Skip to content

drtoful/asciinema-cli

 
 

Repository files navigation

Asciinema

PyPI version Build Status Downloads

Command line client for asciinema.org service.

Installation

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).

Usage

Check the available commands and options with:

asciinema -h

Contributing

If you want to contribute to this project check out Contributing page.

Authors

Developed with passion by Marcin Kulik and great open source contributors

Differences

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

Copyright © 2011-2013 Marcin Kulik. See LICENSE.txt for details.

About

Command-line recorder for asciinema.org service

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 97.4%
  • Ruby 1.3%
  • Shell 1.3%