1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

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>
This commit is contained in:
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

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}}`