Little formatting improvements (markdownish) - 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 c95277f689d432f94ded8a5296c0c03986711a91
 (DIR) parent 221ebe4fcfb1cdb9e5c237b2e2d9c7cbfd60904c
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 19 Sep 2018 17:21:52 
       
       Little formatting improvements (markdownish)
       
       Diffstat:
        README |  14 +++++++-------
        1 files changed, 7 insertions(+), 7 deletions(-)
       ---
       diff -r 221ebe4fcfb1 -r c95277f689d4 README
       --- a/README    Wed Sep 19 17:19:15 2018 +0200
       +++ b/README    Wed Sep 19 17:21:52 2018 +0200
       @@ -6,15 +6,15 @@
        
         <http://r-36.net/scm/plumber/log.html>
        
       -To use `plumb' first the ${PLUMB_OPENERS_PATH} (if not defined by
       -default it is `~/.plumb/openers') and ${PLUMB_RULES} (if not defined
       -by default it is `~/.plumb/rules') need to be populated:
       +To use `plumb` first the `${PLUMB_OPENERS_PATH}` (if not defined by
       +default it is `~/.plumb/openers`) and `${PLUMB_RULES}` (if not defined
       +by default it is `~/.plumb/rules`) need to be populated:
        
            % mkdir -p ~/.plumb/openers
            % cp openers/* ~/.plumb/openers
            % cp rules ~/.plumb/rules
        
       -After that you can start using `plumb', e.g.:
       +After that you can start using `plumb`, e.g.:
        
            % plumb https://xkcd.com/1172/
            [... opens the URL to the web browser ...]
       @@ -40,7 +40,7 @@
            [... 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.:
       +invoking nor dmenu nor plumb - via `-l` option, e.g.:
        
            % cat << EOF | dplumb -l
            ... arXiv:1610.07997
       @@ -51,7 +51,7 @@
            https://en.wikipedia.org/
            http://ars.userfriendly.org/cartoons/?id=20170824
        
       -For more information regarding the real plumber please read `Plumbing
       -and Other Utilities' by Rob Pike:
       +For more information regarding the real plumber please read Plumbing
       +and Other Utilities by Rob Pike:
        
         <http://www.usenix.org/publications/library/proceedings/usenix2000/general/full_papers/pikeplumb/pikeplumb.pdf>