mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00
lynx: add Spanish translation (#15219)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
fed6fa1a0f
commit
bac9fd6472
1 changed files with 36 additions and 0 deletions
36
pages.es/common/lynx.md
Normal file
36
pages.es/common/lynx.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# lynx
|
||||||
|
|
||||||
|
> Navegador web de línea de comandos.
|
||||||
|
> Más información: <https://lynx.browser.org>.
|
||||||
|
|
||||||
|
- Visita un sitio web:
|
||||||
|
|
||||||
|
`lynx {{example.com}}`
|
||||||
|
|
||||||
|
- Aplica restricciones para la cuenta anónima:
|
||||||
|
|
||||||
|
`lynx -anonymous {{example.com}}`
|
||||||
|
|
||||||
|
- Activa el soporte del ratón, si está disponible:
|
||||||
|
|
||||||
|
`lynx -use_mouse {{example.com}}`
|
||||||
|
|
||||||
|
- Fuerza el modo de color, si está disponible:
|
||||||
|
|
||||||
|
`lynx -color {{example.com}}`
|
||||||
|
|
||||||
|
- Abre un enlace, utilizando un archivo específico para leer y escribir cookies:
|
||||||
|
|
||||||
|
`lynx -cookie_file={{ruta/al/archivo}} {{example.com}}`
|
||||||
|
|
||||||
|
- Navega hacia adelante y hacia atrás a través de los enlaces en una página:
|
||||||
|
|
||||||
|
`{{Up arrow key|Down arrow key}}`
|
||||||
|
|
||||||
|
- Vuelve a la página mostrada anteriormente:
|
||||||
|
|
||||||
|
`{{Left arrow key|u}}`
|
||||||
|
|
||||||
|
- Sale:
|
||||||
|
|
||||||
|
`q + y`
|
Loading…
Add table
Reference in a new issue