mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
500 B
500 B
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}}