Show the outputs for all examples (also for the `search' subcommand) - bookmarks.sh - Simple bookmark manager
 (HTM) hg clone https://bitbucket.org/iamleot/bookmarks.sh
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 76057d355d54c9770c7f3c60e9fddc4358924f44
 (DIR) parent abcdd5154ef89d37bfae02ca749a7ef0b5cee9bf
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon,  8 Jan 2018 23:06:54 
       
       Show the outputs for all examples (also for the `search' subcommand)
       
       Diffstat:
        README |  5 +++++
        1 files changed, 5 insertions(+), 0 deletions(-)
       ---
       diff -r abcdd5154ef8 -r 76057d355d54 README
       --- a/README    Mon Jan 08 02:32:40 2018 +0100
       +++ b/README    Mon Jan 08 23:06:54 2018 +0100
       @@ -33,8 +33,13 @@
        To search a bookmark:
        
         % bookmarks search example                    # via id
       + example       http://www.example.org/ @example        Example Domain
       +
         % bookmarks search http://www.example.org/    # via URL
       + example       http://www.example.org/ @example        Example Domain
       +
         % bookmarks search @example                   # via tag
       + example       http://www.example.org/ @example        Example Domain
        
        This format can also be used by `surfraw'. For more information about that
        please give a look to the `Bookmarks' section of the surfraw(1) man page.