Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.01 KB

notify-send for Windows

notify-send is a program to send desktop notifications.

Building

To compile execute:

csc -o+ -sdk:4 -r:System.Windows.Forms -r:System.Drawing -win32icon:notify-send.ico -out:notify-send.exe NotifySend.cs

Documentation

Usage

Troubleshooting

Changelog

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.