mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
35 lines
906 B
Markdown
35 lines
906 B
Markdown
# Asciinema CLI
|
|
|
|
[](https://travis-ci.org/asciinema/asciinema-cli)
|
|
|
|
Command line client (recorder) for [asciinema.org](https://asciinema.org) service.
|
|
|
|
## Installation
|
|
|
|
See [installation docs](https://asciinema.org/docs/installation) for
|
|
operating system specific instructions (Ubuntu, Fedora, Arch, Gentoo etc).
|
|
|
|
## Usage
|
|
|
|
Check the available commands and options with:
|
|
|
|
```bash
|
|
$ asciinema -h
|
|
```
|
|
|
|
## Contributing
|
|
|
|
If you want to contribute to this project check out
|
|
[Contributing](https://asciinema.org/contributing) page.
|
|
|
|
## Authors
|
|
|
|
Developed with passion by [Marcin Kulik](http://ku1ik.com) and great open
|
|
source [contributors](https://github.com/asciinema/asciinema-cli/contributors)
|
|
|
|
## License
|
|
|
|
Copyright © 2011-2014 Marcin Kulik.
|
|
|
|
All code is licensed under the GPL, v3 or later. See LICENSE file for details.
|