Files
tldr/pages.zh/common/lynx.md

36 lines
649 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lynx
> 命令行网页浏览器。
> 更多信息:<https://lynx.browser.org>。
- 访问一个网站:
`lynx {{example.com}}`
- 对匿名账户应用限制:
`lynx -anonymous {{example.com}}`
- 开启鼠标支持(如果可用):
`lynx -use_mouse {{example.com}}`
- 强制启用颜色模式(如果可用):
`lynx -color {{example.com}}`
- 打开一个链接,使用特定文件来读写 cookies
`lynx -cookie_file={{path/to/file}} {{example.com}}`
- 在页面上的链接之间向前和向后导航:
`{{上箭头键|下箭头键}}`
- 返回到上一个显示的页面:
`{{左箭头键|u}}`
- 退出:
`q + y`