Shows a GUI notification window from the command line.
notify-send [OPTION?] <Message>
--icon=ICON
Path to a JPEG or PNG image--app-name=TITLE
Specifies the app name for the icon (Default: "send-notify")--expire-time=T
Specifies the timeout in milliseconds (Default: 5000)
These command line parameters follow the format of the Ubuntu package libnotify-bin.
Prebuilt binaries are available from the releases section.
To build the ahk source into an exe you need the AutoHotkey compiler.
- GDI+ standard library for Autohotkey
- Some text and inspiration comes from julienXX/terminal-notifier
- Another Windows implementation with different command line switches is vaskovsky/notify-send
Copyright © 2012-2016 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.