1
0
Fork 0
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:
Igor Támara 2024-12-20 13:49:00 -05:00 committed by GitHub
parent fed6fa1a0f
commit bac9fd6472
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
pages.es/common/lynx.md Normal file
View 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`