1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 15:45:08 +00:00
serenity/Base/usr/share/man/man1/Browser.md
Sam Atkins 913412e0c5 Browser+Base: Allow opening multiple URLs at once from command line
This lets you run `br example.com wikipedia.org some/local/file.html` in
one go and have them all opened as tabs.
2022-08-13 23:32:52 +02: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