Update the dplumb section with current status. - 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 749e75e6805ebde07b0185a2ad36bba9074090f9
 (DIR) parent f8e94a2a7bf561ea5a6ed7dde0ac2c48ecd3de42
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 26 Mar 2018 12:51:43 
       
       Update the dplumb section with current status.
       
       Update the dplumb description and add an example of `dplumb -l' usage.
       
       Diffstat:
        README |  16 ++++++++++++++--
        1 files changed, 14 insertions(+), 2 deletions(-)
       ---
       diff -r f8e94a2a7bf5 -r 749e75e6805e README
       --- a/README    Mon Mar 26 12:42:00 2018 +0200
       +++ b/README    Mon Mar 26 12:51:43 2018 +0200
       @@ -23,8 +23,8 @@
         image "https://imgs.xkcd.com/comics/workflow.png"
        
        
       -dplumb filter and show all URLs passed via the stdin with dmenu
       -and then open the selected one via plumb, e.g.:
       +dplumb filter and show all URLs passed via arguments or stdin with
       +dmenu and then open the selected one via plumb, e.g.:
        
         % cat << EOF | dplumb
         ... doi:10.1145/361604.361612
       @@ -38,3 +38,15 @@
         [...  3. http://www.example.org/                                    ...]
         [...                                                                ...]
         [... If an entry is seleted plumb will be invoked accordingly.      ...]
       +
       +It is also possible to just filter and show all URLs - without
       +invoking nor dmenu nor plumb - via `-l' option, e.g.:
       +
       + % cat << EOF | dplumb -l
       + ... arXiv:1610.07997
       + ... https://en.wikipedia.org/
       + ... http://ars.userfriendly.org/cartoons/?id=20170824
       + ... EOF
       + arxiv://1610.07997
       + https://en.wikipedia.org/
       + http://ars.userfriendly.org/cartoons/?id=20170824