mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
dillo: add page (#6114)
This commit is contained in:
parent
b63dc1abf0
commit
e2f8157df4
1 changed files with 32 additions and 0 deletions
32
pages/common/dillo.md
Normal file
32
pages/common/dillo.md
Normal 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`
|
Loading…
Add table
Reference in a new issue