dillo: add page (#6114)

manned-org^2
CleanMachine1 2021-06-18 18:08:45 +01:00 committed by GitHub
parent b63dc1abf0
commit e2f8157df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
pages/common/dillo.md Normal file
View File

@ -0,0 +1,32 @@
# dillo
> A lightweight web browser intended for slow computers.
> More information: <https://www.dillo.org/>.
- Launch Dillo:
`dillo`
- Launch Dillo with a specific window size and screen location:
`dillo --geometry {{width}}x{{height}}+{{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`