1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:37:45 +00:00

Base: Add more manpages

This commit adds manpages for About(1), AnalogClock(1), Assistant(1),
Browser(1), Calculator(1), and Calendar(1).
This commit is contained in:
Chase Struck 2022-06-09 16:42:55 -05:00 committed by Brian Gianforcaro
parent c84e2e2891
commit 835d516d10
6 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,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/
```