mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Words
This commit is contained in:
19
README.md
19
README.md
@@ -44,16 +44,11 @@ If you want to install it in other location:
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
asciinema cli is composed of multiple (sub)commands, similar to `git`,
|
asciinema cli is composed of multiple commands, similar to `git`, `rails` or
|
||||||
`rails` or `brew`.
|
`brew`.
|
||||||
|
|
||||||
When you run `asciinema` with no arguments help message is displayed showing
|
When you run `asciinema` with no arguments help message is displayed showing
|
||||||
all available commands.
|
all available commands with their options.
|
||||||
|
|
||||||
In addition to this, you can run any asciinema command with the `-h` switch
|
|
||||||
to display help about that specific command. For example, try running
|
|
||||||
`asciinema rec -h`. This will display a list of all of the options `rec`
|
|
||||||
command accepts, with their defaults.
|
|
||||||
|
|
||||||
### `rec [filename]`
|
### `rec [filename]`
|
||||||
|
|
||||||
@@ -83,10 +78,10 @@ prompt or play a sound when shell is being recorded.
|
|||||||
|
|
||||||
Available options:
|
Available options:
|
||||||
|
|
||||||
* `-c` - command to record (if none given a new shell instance is recorded)
|
* `-c, --command=<command>` - Specify command to record, defaults to $SHELL
|
||||||
* `--max-wait` - reduce recorded terminal inactivity to maximum of <max-wait> seconds (0 turns off)
|
* `-t, --title=<title>` - Specify title of the asciicast
|
||||||
* `-t` - set asciicast title (can be also set later, on the site)
|
* `-w, --max-wait=<sec>` - Reduce recorded terminal inactivity to max <sec> seconds
|
||||||
* `-y` - upload immediately after shell exits, without asking for confirmation
|
* `-y, --yes` - Answer yes to all prompts (e.g. upload confirmation)
|
||||||
|
|
||||||
### `play <filename>`
|
### `play <filename>`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user