Add a README - plumb - Open certain URL patterns with an ad-hoc opener (plumber)
 (HTM) hg clone https://bitbucket.org/iamleot/plumb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset cf88c0d480a57141879dc0e048c97713aa5eb818
 (DIR) parent 9a636893fe1fa6a91cf627a9a116e123c5ea2a79
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sat, 24 Mar 2018 17:18:34 
       
       Add a README
       
       Diffstat:
        README |  27 +++++++++++++++++++++++++++
        1 files changed, 27 insertions(+), 0 deletions(-)
       ---
       diff -r 9a636893fe1f -r cf88c0d480a5 README
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/README    Sat Mar 24 17:18:34 2018 +0100
       @@ -0,0 +1,27 @@
       +plumb is a shell script to open certain URL patterns with an ad-hoc
       +"opener".
       +
       +The design of plumb is heavily inspired by Plumber written by
       +Christoph Lohmann, for more information about Plumber please see:
       +
       + <http://git.r-36.net/plumber>
       +
       +To use `plumb' first the ${PLUMB_OPENERS_PATH} (if not defined by
       +default it is `~/.plumb/openers') need to be populated with all
       +the "openers":
       +
       + % mkdir -p ~/.plumb/openers
       + % cp openers/* ~/.plumb/openers
       +
       +After that you can start using `plumb', e.g.:
       +
       + % plumb http://xkcd.com/1172/
       + [... opens the URL to the web browser ...]
       + % plumb -n https://xkcd.com/1172/
       + web "https://xkcd.com/1172/"
       + % plumb -n https://imgs.xkcd.com/comics/workflow.png
       + image "https://imgs.xkcd.com/comics/workflow.png"
       +
       +
       +dplumb uses dmenu to filter and show all URLs passed via the stdin
       +and then open them via plumb.