shithub: plumbto

Download patch

ref: b531c0ac2e6b2315bbb0f2031e21a1eb2a9d4375
parent: f4573f6c2390540860a67915b5ff62ffdd974e36
author: sirjofri <sirjofri@sirjofri.de>
date: Fri Dec 11 16:57:32 EST 2020

renames Readme.md -> README.md

--- /dev/null
+++ b/README.md
@@ -1,0 +1,13 @@
+# plumbto
+
+*aka: Make plumber usable with multiple destination channels without changing plumb links too much.*
+
+This application provides a GUI for selecting the destination channel for plumb messages.
+
+The incoming plumb messages need to be sent to the `chanselect` channel.
+They also need to contain a valid `channels` attribute with a comma separated list of possible destination channels.
+
+To combine this in a plumb command: `plumb -d chanselect -a 'channels=chan1,chan2'`.
+
+Of course the channel(s) must exist.
+You can run `echo plumb to chanselect >> /mnt/plumb/rules` to create the chanselect channel.
--- a/Readme.md
+++ /dev/null
@@ -1,13 +1,0 @@
-# plumbto
-
-*aka: Make plumber usable with multiple destination channels without changing plumb links too much.*
-
-This application provides a GUI for selecting the destination channel for plumb messages.
-
-The incoming plumb messages need to be sent to the `chanselect` channel.
-They also need to contain a valid `channels` attribute with a comma separated list of possible destination channels.
-
-To combine this in a plumb command: `plumb -d chanselect -a 'channels=chan1,chan2'`.
-
-Of course the channel(s) must exist.
-You can run `echo plumb to chanselect >> /mnt/plumb/rules` to create the chanselect channel.