Files
asciinema/README.md

35 lines
1.0 KiB
Markdown
Raw Normal View History

2014-12-15 18:05:19 +01:00
# asciinema CLI
2013-10-03 17:57:40 +02:00
[![Build Status](https://travis-ci.org/asciinema/asciinema-cli.svg?branch=master)](https://travis-ci.org/asciinema/asciinema-cli)
2013-10-03 17:57:40 +02:00
Command line client (recorder) for [asciinema.org](https://asciinema.org) service.
2013-10-03 17:57:40 +02:00
## Installation
See [installation docs](https://asciinema.org/docs/installation) for
operating system specific instructions (Ubuntu, Fedora, Arch, Gentoo etc).
2013-10-03 17:57:40 +02:00
## Usage
2014-12-15 18:05:19 +01:00
To start recording your terminal run `asciinema rec`. To finish recording hit
`Ctrl-D` or type `exit`.
2013-10-03 17:57:40 +02:00
2014-12-15 18:05:19 +01:00
Check other available commands and their options with `asciinema -h` and
`asciinema <command> -h`.
2013-10-03 17:57:40 +02:00
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/asciinema/asciinema-cli/contributors)
2013-10-06 12:58:29 +02:00
2014-11-15 17:42:04 +01:00
## License
2013-10-06 12:58:29 +02:00
2014-11-15 17:42:04 +01:00
Copyright &copy; 2011-2014 Marcin Kulik.
All code is licensed under the GPL, v3 or later. See LICENSE file for details.