mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:57:34 +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:
parent
c84e2e2891
commit
835d516d10
6 changed files with 109 additions and 0 deletions
15
Base/usr/share/man/man1/About.md
Normal file
15
Base/usr/share/man/man1/About.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
 About - About SerenityOS
|
||||||
|
|
||||||
|
[Open](file:///bin/About)
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ About
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
`About` is an application that displays information about Serenity.
|
15
Base/usr/share/man/man1/AnalogClock.md
Normal file
15
Base/usr/share/man/man1/AnalogClock.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
 Analog Clock - Serenity analog clock
|
||||||
|
|
||||||
|
[Open](file:///bin/AnalogClock)
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ AnalogClock
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
`Analog Clock` provides an Analog Clock that can be moved around the desktop.
|
15
Base/usr/share/man/man1/Assistant.md
Normal file
15
Base/usr/share/man/man1/Assistant.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
Assistant - Serenity Assistant
|
||||||
|
|
||||||
|
[Open](file:///bin/Assistant)
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ Assistant
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
`Assistant` is a helpful program that is used to search for and open applications, files, settings, and anything else a user may want to access. It can be opened by pressing `Super+Space` and closed by pressing `Esc`.
|
34
Base/usr/share/man/man1/Browser.md
Normal file
34
Base/usr/share/man/man1/Browser.md
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
 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/
|
||||||
|
```
|
15
Base/usr/share/man/man1/Calculator.md
Normal file
15
Base/usr/share/man/man1/Calculator.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
 Calculator - Serenity calculator
|
||||||
|
|
||||||
|
[Open](file:///bin/Calculator)
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ Calculator
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
`Calculator` is a graphical calculator application. It supports basic arithmetic calculations in addition to special operations. It also has convenient shortcuts for mathmatical constants such as Pi.
|
15
Base/usr/share/man/man1/Calendar.md
Normal file
15
Base/usr/share/man/man1/Calendar.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
 Calendar - Serenity calendar
|
||||||
|
|
||||||
|
[Open](file:///bin/Calendar)
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ Calendar
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
`Calendar` is a graphical calendar application for Serenity. It supports both Month View and Year View.
|
Loading…
Add table
Add a link
Reference in a new issue