mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:07:46 +00:00
Base: Move GUI application man pages into their own subsection
We do not want to move POSIX utilities into subsections since they have standard names, but we can do whatever we want with Applications :^). This is particularly advantageous as many applications contain several images, which declutters the man1 directory.
This commit is contained in:
parent
b89be9610d
commit
66a68a9523
45 changed files with 46 additions and 11 deletions
33
Base/usr/share/man/man1/Applications/Browser.md
Normal file
33
Base/usr/share/man/man1/Applications/Browser.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
## Name
|
||||
|
||||
 Browser - Serenity WWW Browser
|
||||
|
||||
[Open](file:///bin/Browser)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Browser [options] [urls]
|
||||
```
|
||||
|
||||
## 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
|
||||
|
||||
* `urls`: A list of urls to open, one per tab. If none are specified, then the homepage will be opened instead.
|
||||
|
||||
## Examples
|
||||
|
||||
```**sh
|
||||
$ Browser
|
||||
$ Browser --help
|
||||
$ Browser https://serenityos.org/
|
||||
$ Browser https://serenityos.org/ /res/html/misc/welcome.html github.com/serenityos/serenity
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue