From b7bc1a9b8297d9e19a45bd980342c71337ad4cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 26 Jul 2023 08:09:21 -0300 Subject: [PATCH] cot: add Spanish translation (#10473) * cot: add Spanish translation * Update pages.es/osx/cot.md Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: K.B.Dharun Krishna --- pages.es/osx/cot.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.es/osx/cot.md diff --git a/pages.es/osx/cot.md b/pages.es/osx/cot.md new file mode 100644 index 000000000..c7d1ebd4e --- /dev/null +++ b/pages.es/osx/cot.md @@ -0,0 +1,24 @@ +# cot + +> El editor de texto simple para macOS. +> Más información: . + +- 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}}`