cot: add Spanish translation (#10473)

* cot: add Spanish translation

* Update pages.es/osx/cot.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Darío Hereñú 2023-07-26 08:09:21 -03:00 committed by GitHub
parent 7b5e9906e6
commit b7bc1a9b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.es/osx/cot.md Normal file
View File

@ -0,0 +1,24 @@
# cot
> El editor de texto simple para macOS.
> Más información: <https://coteditor.com/>.
- Inicia CotEditor:
`cot`
- Abre archivos específicos:
`cot {{ruta/al/archivo1 ruta/al/archivo2 ...}}`
- Abre un nuevo documento en blanco:
`cot --new`
- Abre un archivo específico y bloquea el terminal hasta que se cierre:
`cot --wait {{ruta/al/archivo}}`
- Abre un archivo específico con el cursor en una línea y columna específicas:
`cot --line {{1}} --column {{80}} {{ruta/al/archivo}}`