dillo - Man Page
web browser
Examples (TL;DR)
- Launch Dillo:
dillo
- Launch Dillo with a specific window size and screen location:
dillo --geometry widthxheight+x_position+y_position
- Launch Dillo and open a specific URL:
dillo duckduckgo.com
- Launch Dillo and open a file or directory:
dillo path/to/file_or_directory
- Launch Dillo in full-screen mode:
dillo --fullwindow
- Display version:
dillo --version
- Display help:
dillo --help
Synopsis
dillo [OPTION]... [--] [URL|FILE]...
Description
Dillo is a lightweight graphical web browser that aims to be secure. It handles HTTP internally, and FILE, FTP, and DATA URIs are handled through a plugin system (dpi). In addition, EXPERIMENTAL HTTPS support can be enabled. Both FTP and Dillo's download manager use the wget(1) downloader.
Dillo displays HTML, text, PNG, JPEG, and GIF files. It handles cookies, HTTP authentication (basic and digest), proxying (basic), and some CSS.
Framesets are displayed as links to frames, and there is currently no support for javascript or video.
In order to use the hyphenation feature, pattern files from CTAN need to be installed to /usr/lib/dillo/hyphenation/. This can be done with the script dillo-install-hyphenation. Call it with ISO-639-1 language codes as arguments, or without arguments to get more help.
Options
- -f, --fullwindow
Start in full window mode: hide address bar, navigation buttons, menu, and status bar.
- -g, -geometry GEO
Set initial window position where GEO is WxH[{+-}X{+-}Y].
- -h, --help
Display this help text and exit.
- -l, --local
Don't load images or stylesheets, or follow redirections, for these FILEs or URLs. This is intended for use with HTML email.
- -v, --version
Display version info and exit.
- -x, --xid XID
Open first Dillo window in an existing window whose window ID is XID.
Exit Status
- 0
No error.
- 1
Internal error.
- 2
Error in command line arguments.
Environment
- HOME (or HOMEDRIVE and HOMEPATH on Cygwin)
User's home directory.
- http_proxy
URL of proxy to send HTTP/HTTPS traffic through.
Files
- dpid
Dillo plugin daemon
- dpidc
Control program for dpid.
- ~/.dillo/bm.txt
User bookmarks
- ~/.dillo/certs/
Saved certificates for HTTPS.
- ~/.dillo/cookies.txt
Stored cookies
- ~/.dillo/cookiesrc
Cookie settings
- ~/.dillo/dillorc
Configuration file.
- ~/.dillo/domainrc
Rules for cross-domain requests.
- ~/.dillo/dpid_comm_keys
Keys used in dpi daemon communication.
- ~/.dillo/dpidrc
Contains name of directory containing dpis, and associates dpi files with protocols.
- ~/.dillo/keysrc
Keybindings.
- ~/.dillo/style.css
User style sheet.
- /usr/lib/dillo/hyphenation/
Hyphenation pattern files.
See Also
Dillo website: https://dillo-browser.github.io/