-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scriptlive: add Spanish translation (#15456)
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# scriptlive | ||
|
||
> Ejecuta un typescript creado por el comando `script` en tiempo real. | ||
> Vea también: `script`. | ||
> Más información: <https://manned.org/scriptlive>. | ||
- Ejecuta un typescript en tiempo real: | ||
|
||
`scriptlive {{ruta/al/archivo_de_tiempo}} {{ruta/a/typescript}}` | ||
|
||
- Ejecuta un typescript al doble de la velocidad original: | ||
|
||
`scriptlive {{ruta/al/archivo_de_timing}} {{ruta/a/typescript}} --divisor 2` | ||
|
||
- Ejecuta un guión tipográfico creado con la opción `--log-in` de `script`: | ||
|
||
`scriptlive --log-in {{ruta/al/archivo_de_registro}} {{ruta/a/typescript}}` | ||
|
||
- Ejecuta un typescript esperando como máximo 2 segundos entre cada comando: | ||
|
||
`scriptlive {{ruta/al/archivo_de_tiempo}} {{ruta/a/typescript}} --maxdelay 2` |