Skip to content

gogowitsch/notify-send-for-Windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify-send for Windows (AHK version)

Shows a GUI notification window from the command line.

Usage

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.

Downloads

Prebuilt binaries are available from the releases section.

To build the ahk source into an exe you need the AutoHotkey compiler.

Aknowledgements

License

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.

About

Send User Notifications on Windows from the command-line.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • AutoHotkey 100.0%