mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:37:35 +00:00
Base: Add icons to man pages for GUI applications
Differentiate GUI applications in man pages with icons.
This commit is contained in:
parent
6210f62b1d
commit
74238d0aba
20 changed files with 25 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Character Map
|
 Character Map
|
||||||
|
|
||||||
[Open](file:///bin/CharacterMap)
|
[Open](file:///bin/CharacterMap)
|
||||||
|
|
||||||
|
@ -30,3 +30,4 @@ $ CharacterMap --search "yak"
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
* [`FontEditor`(1)](help://man/1/FontEditor) To edit the fonts instead of just viewing them.
|
* [`FontEditor`(1)](help://man/1/FontEditor) To edit the fonts instead of just viewing them.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Eyes
|
 Eyes
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
@ -18,3 +18,4 @@ $ Eyes [--num-eyes number] [--max-in-row number] [--grid-rows number] [--grid-co
|
||||||
* `-c number`, `--grid-cols number`: Number of columns in grid (incompatible with --number)
|
* `-c number`, `--grid-cols number`: Number of columns in grid (incompatible with --number)
|
||||||
|
|
||||||
<!-- Auto-generated through ArgsParser -->
|
<!-- Auto-generated through ArgsParser -->
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
FontEditor - Serenity font editor
|
 FontEditor - Serenity font editor
|
||||||
|
|
||||||
[Open](file:///bin/FontEditor)
|
[Open](file:///bin/FontEditor)
|
||||||
|
|
||||||
|
@ -19,3 +19,4 @@ FontEditor is a font editing application for Serenity.
|
||||||
```sh
|
```sh
|
||||||
$ FontEditor /res/fonts/CsillaRegular10.font
|
$ FontEditor /res/fonts/CsillaRegular10.font
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Help
|
 Help
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Image Viewer - SerenityOS image viewer
|
 Image Viewer - SerenityOS image viewer
|
||||||
|
|
||||||
[Open](file:///bin/ImageViewer)
|
[Open](file:///bin/ImageViewer)
|
||||||
|
|
||||||
|
@ -23,3 +23,4 @@ ImageViewer is an image viewing application for SerenityOS.
|
||||||
```sh
|
```sh
|
||||||
$ ImageViewer /res/graphics/buggie.png
|
$ ImageViewer /res/graphics/buggie.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Inspector - Serenity process inspector
|
 Inspector - Serenity process inspector
|
||||||
|
|
||||||
[Open](file:///bin/Inspector)
|
[Open](file:///bin/Inspector)
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@ via UNIX socket.
|
||||||
```sh
|
```sh
|
||||||
$ Inspector $(pidof Shell)
|
$ Inspector $(pidof Shell)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Mail - Serenity e-mail client
|
 Mail - Serenity e-mail client
|
||||||
|
|
||||||
[Open](file:///bin/Mail)
|
[Open](file:///bin/Mail)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Playground - GUI Markup Language (GML) editor
|
 Playground - GUI Markup Language (GML) editor
|
||||||
|
|
||||||
[Open](file:///bin/Playground)
|
[Open](file:///bin/Playground)
|
||||||
|
|
||||||
|
@ -32,3 +32,4 @@ $ Playground /home/anon/example.gml
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* [`gml-format`(1)](help://man/1/gml-format) For automated GML formatting
|
* [`gml-format`(1)](help://man/1/gml-format) For automated GML formatting
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Profiler - Serenity process profiler
|
 Profiler - Serenity process profiler
|
||||||
|
|
||||||
[Open](file:///bin/Profiler)
|
[Open](file:///bin/Profiler)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Terminal - Serenity terminal emulator
|
 Terminal - Serenity terminal emulator
|
||||||
|
|
||||||
[Open](file:///bin/Terminal)
|
[Open](file:///bin/Terminal)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
TextEditor - SerenityOS text editor
|
 TextEditor - SerenityOS text editor
|
||||||
|
|
||||||
[Open](file:///bin/TextEditor)
|
[Open](file:///bin/TextEditor)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
2048
|
 2048
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Breakout
|
 Breakout
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Chess
|
 Chess
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Flappy Bug
|
 Flappy Bug
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
GameOfLife
|
 GameOfLife
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Hearts - The Hearts card game
|
 Hearts - The Hearts card game
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Minesweeper
|
 Minesweeper
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Pong
|
 Pong
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
Snake
|
 Snake
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue