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

32 lines
534 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.

# dillo
> 一个针对慢速计算机的轻量级Web浏览器。
> 更多信息:<https://www.dillo.org/>。
- 启动Dillo
`dillo`
- 使用特定窗口大小和屏幕位置启动Dillo
`dillo --geometry {{宽度}}x{{高度}}+{{x位置}}+{{y位置}}`
- 启动Dillo并打开特定URL
`dillo {{duckduckgo.com}}`
- 启动Dillo并打开文件或目录
`dillo {{路径/到/文件或目录}}`
- 以全屏模式启动Dillo
`dillo --fullwindow`
- 显示版本:
`dillo --version`
- 显示帮助:
`dillo --help`