1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 04:34:58 +00:00
serenity/Base/usr/share/man/man1/Applications/Browser.md
kleines Filmröllchen 66a68a9523 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.
2023-01-08 13:35:29 +01:00

767 B

Name

Icon Browser - Serenity WWW Browser

Open

Synopsis

$ 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

$ Browser
$ Browser --help
$ Browser https://serenityos.org/
$ Browser https://serenityos.org/ /res/html/misc/welcome.html github.com/serenityos/serenity