Base: Improve About, AnalogClock & Assistant manpages

This commit is contained in:
Cubic Love 2024-01-07 00:12:51 +00:00 committed by Andrew Kaster
parent 4aa04cdf65
commit 8b3fd16da8
3 changed files with 19 additions and 5 deletions

View file

@ -12,4 +12,12 @@ $ About
## Description
`About` is an application that displays information about Serenity.
`About` is an application that displays information about SerenityOS.
On the left is the official Ladyball logo. Designed by Katalin Kult, it combines the Yin-Yang symbol with the distinctive shell pattern of a [ladybird](https://en.wikipedia.org/wiki/Coccinellidae), the projects's insect motif. It symbolizes the SerenityOS philosophy, encompassing the *Serenity Prayer's* acceptance of the uncontrollable, the *Yin and yang* concept of balancing opposing forces, and *Lagom*, the Swedish concept of moderation or finding "just the right amount."
Since there are no official releases of the project, the version number is denoted as `1.0-dev` and the revision number reflects the latest Git commit's hash.
Copyright is attributed to the SerenityOS developers. Started by Andreas Kling in 2018, the project has since grown into a thriving global community of volunteers and full-time developers. Contributors with 100+ commits are acknowledged on [GitHub](https://github.com/SerenityOS/serenity#authors). The project's history is detailed on [Wikipedia](https://en.wikipedia.org/wiki/SerenityOS).
To learn more about SerenityOS visit the [homepage](https://serenityos.org).

View file

@ -1,6 +1,6 @@
## Name
![Icon](/res/icons/16x16/app-analog-clock.png) Analog Clock - Serenity analog clock
![Icon](/res/icons/16x16/app-analog-clock.png) Analog Clock
[Open](file:///bin/AnalogClock)
@ -12,4 +12,10 @@ $ AnalogClock
## Description
`Analog Clock` provides an Analog Clock that can be moved around the desktop.
`Analog Clock` is a desktop utility that provides a moveable analog clock, evoking the nostalgia of 90's desktop environments.
## Features
The clock adopts its colors from the system theme.
To make the clock frameless, right-click and de-select `Show Window Frame` or press `Alt+F`. This locks the clock in place, hides the application in the taskbar and keeps it beneath other windows, making it appear integrated into the desktop. This setting won't persist between sessions, requiring you to reopen it with each login. To restore the frame and the ability to quit the application, simply reverse the process.

View file

@ -16,7 +16,7 @@ $ Assistant
### Features
* Enter a URL to open it in the web browser, e.g. `serenityos.org`.
* Perform quick calculations by typing the equal sign (=) followed by a mathematical expression, e.g. `=22*101`. Press Return to copy the result.
* Enter a URL to open it in [Ladybird](help://man/1/Applications/Browser), e.g. `serenityos.org`.
* Perform quick calculations by typing the equal sign (=) followed by a mathematical expression, e.g. `=22*101`. Press `Return` to copy the result.
* Run commands in [Terminal](help://man/1/Applications/Terminal) by prefixing them with a dollar sign ($), e.g. `$ uname -a`.
* Launch applications with arguments, e.g. launch [Pixel Paint](help://man/1/Applications/PixelPaint) with a file: `pp image.png`.