Linux command
dillo 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Dillo
dillo
Open a URL
dillo [https://example.com]
Open local HTML
dillo [file.html]
Open in fullwindow mode
dillo -f [url]
Open with specific window geometry
dillo -g [800x600] [url]
Open in local mode
dillo -l [path/to/file.html]
说明
Dillo is a fast, small, and resource-efficient web browser written in C using the FLTK toolkit. It prioritizes speed and privacy over feature completeness, making it suitable for older hardware or minimalist setups. The browser supports HTML 4.01 and CSS 2.1 with limitations, focusing on core browsing functionality. It doesn't include JavaScript support, which improves performance and reduces security surface but limits compatibility with modern websites. Dillo features tabbed browsing, bookmarks, and form handling. Its minimal resource usage makes it valuable for embedded systems, older computers, or users who prefer lightweight applications.
参数
- -f, --fullwindow
- Start in fullwindow mode, hiding the address bar, navigation buttons, menu, and status bar.
- -g _WxH+X+Y_
- Window geometry (width x height and optional position).
- -l, --local
- Don't load remote images or stylesheets, or follow redirections.
- -v, --version
- Display version information.
- -h, --help
- Display help information.
FAQ
What is the dillo command used for?
Dillo is a fast, small, and resource-efficient web browser written in C using the FLTK toolkit. It prioritizes speed and privacy over feature completeness, making it suitable for older hardware or minimalist setups. The browser supports HTML 4.01 and CSS 2.1 with limitations, focusing on core browsing functionality. It doesn't include JavaScript support, which improves performance and reduces security surface but limits compatibility with modern websites. Dillo features tabbed browsing, bookmarks, and form handling. Its minimal resource usage makes it valuable for embedded systems, older computers, or users who prefer lightweight applications.
How do I run a basic dillo example?
Run `dillo` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f, --fullwindow do in dillo?
Start in fullwindow mode, hiding the address bar, navigation buttons, menu, and status bar.