-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (20 loc) · 938 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
libtinynotify
(c) 2011 Michał Górny
2-clause BSD-licensed
Introduction
------------
Martins fork.
tinynotify-send is a simple CLI client for [libtinynotify][1]. It uses
[libtinynotify-cli][2] library of common routines, and optionally
[libtinynotify-systemwide][3] for system-wide notifications support.
This package can build a regular `tinynotify-send` binary (`--enable-regular`)
and system-wide `sw-notify-send` (`--enable-system-wide`).
The additional `--with-system-wide-exec` option can be used to specify the path
to sw-notify-send, so the regular binary could be able to execute it when
system-wide notifications are requested.
This project replaces old [sw-notify-send][4] project as well.
[1]:https://github.com/mgorny/libtinynotify/
[2]:https://github.com/mgorny/libtinynotify-cli/
[3]:https://github.com/mgorny/libtinynotify-systemwide/
[4]:https://github.com/mgorny/sw-notify-send/
<!-- vim:se syn=markdown :-->