mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
Base: Add more manpages for command-line utilities
This commit is contained in:
parent
5d8585df97
commit
57340dda36
25 changed files with 749 additions and 0 deletions
25
Base/usr/share/man/man1/notify.md
Normal file
25
Base/usr/share/man/man1/notify.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Name
|
||||
|
||||
notify - create a notification
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ notify <title> <message> [icon-path]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
* `title`: The title of notification
|
||||
* `message`: The message of notification
|
||||
* `icon-path`: Path to icon image file
|
||||
|
||||
## Description
|
||||
|
||||
`notify` creates a WindowServer notification with title `title` and message `message`. You can also provide an icon path; by default, no icon will be used.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ <command> && notify "Information" "Command succeeded" /res/icons/32x32/msgbox-information.png
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue