shithub: notif

Download patch

ref: 9ed54083f5897ada0c46dca3be63bb139074fc0f
parent: 40f17f0d981e7e96ff3cab4c6f9a38d357ab2222
author: sirjofri <sirjofri@sirjofri.de>
date: Thu Jan 20 14:33:56 EST 2022

adds readme

--- /dev/null
+++ b/README
@@ -1,0 +1,25 @@
+notif
+
+usage: notif
+
+
+send plumb messages to notify channel:
+
+- attributes: title, message, button, cmd
+- optional data (optional as in, if cmd attribute set, data is ignored)
+- title, message, button are optional
+- if no cmd attribute is set, data must be a valid packed plumb message!
+
+displays a card:
+
+TITLE
+message
+[button]
+
+left click on card: discards/removes the card
+right click on card: sends cmd or data to the plumber, then removes the card.
+
+
+BUGS
+
+sure. send patches.