Notify-send for Windows
notify-send is a tool that displays pop-up desktop notifications.
Download notify-send for Windows
Usage
notify-send [OPTIONS] "TITLE" ["MESSAGE"]
Options:
-i ICON
: specifies an icon to display.
The possible values of ICON
are: info
| important
| error
. Default: info
.
-a APPNAME
: sets the ToolTip text displayed when the mouse pointer rests on a notification area icon.
-t TIMEOUT
: specifies the timeout in milliseconds at which to expire the notification. Default: 10000.
This parameter is deprecated as of Windows Vista. Notification display times are now based on system accessibility settings.
-v
: show version and exit.
-?
: show help options and exit.
-u LEVEL
, -c TYPE
, -h HINT
are ignored (designed for compatibility with the Linux version).
--
: end of options.
Examples:
notify-send "My Message"
notify-send "Title" "Message"
notify-send -i error "Error" "File not found"
notify-send -i important "Attention!" "Update required"
See also
License
Copyright © 2012-2021 Alexey Vaskovsky alexey@vaskovsky.net
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.