mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-15 23:52:57 +00:00
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.
767 B
767 B
Name
Browser - Serenity WWW Browser
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