Update the output of `plumb -n' - 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 476fc3e7437e27efd46902ef9b1504aff76173a6
 (DIR) parent c95277f689d432f94ded8a5296c0c03986711a91
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 19 Sep 2018 17:24:27 
       
       Update the output of `plumb -n'
       
       Diffstat:
        README |  5 +++--
        1 files changed, 3 insertions(+), 2 deletions(-)
       ---
       diff -r c95277f689d4 -r 476fc3e7437e README
       --- a/README    Wed Sep 19 17:21:52 2018 +0200
       +++ b/README    Wed Sep 19 17:24:27 2018 +0200
       @@ -19,9 +19,10 @@
            % plumb https://xkcd.com/1172/
            [... opens the URL to the web browser ...]
            % plumb -n https://xkcd.com/1172/
       -    web "https://xkcd.com/1172/"
       +    xkcd    https://xkcd.com/1172/
       +    image   https://imgs.xkcd.com/comics/workflow.png
            % plumb -n https://imgs.xkcd.com/comics/workflow.png
       -    image "https://imgs.xkcd.com/comics/workflow.png"
       +    image   https://imgs.xkcd.com/comics/workflow.png
        
        dplumb filter and show all URLs passed via arguments or stdin with
        dmenu and then open the selected one via plumb, e.g.: