1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 02:26:01 +02:00
tldr/pages.es/osx/cot.md
Darío Hereñú b7bc1a9b82
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>
2023-07-26 19:09:21 +08:00

24 lines
500 B
Markdown

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