blob: a4c97f9ca98de1729e3727a5adbe1ed9c62d27f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
## Name
![Icon](/res/icons/16x16/app-browser.png) Browser - Serenity WWW Browser
[Open](file:///bin/Browser)
## Synopsis
```**sh
$ Browser
$ Browser [options]
$ Browser [url]
```
## Description
`Browser` is an application used to view the World Wide Web. It is built on top of Serenity's own `LibWeb` and `LibJS` engines, allowing it to render HTML, CSS, and JavaScript.
## Options
* `--help`: Display help message and exit
* `--version`: Display version number and exit
## Arguments
* `url`: URL to open
## Examples
```**sh
$ Browser
$ Browser --help
$ Browser https://serenityos.org/
```
|