Also print the date near the `[+]' `[1|...]' item - gophercgis - Collection of gopher CGI/DCGI for geomyidae
 (HTM) hg clone https://bitbucket.org/iamleot/gophercgis
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) changeset 4a39ea979eca44bfe111c03cc1fc234bfb1b7b66
 (DIR) parent b4488d1a29f22cc014c15ba8282f20cab6830e43
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed,  8 Aug 2018 00:04:56 
       
       Also print the date near the `[+]' `[1|...]' item
       
       Diffstat:
        instagram/user.dcgi |  3 ++-
        1 files changed, 2 insertions(+), 1 deletions(-)
       ---
       diff -r b4488d1a29f2 -r 4a39ea979eca instagram/user.dcgi
       --- a/instagram/user.dcgi       Tue Aug 07 20:41:50 2018 +0200
       +++ b/instagram/user.dcgi       Wed Aug 08 00:04:56 2018 +0200
       @@ -99,7 +99,8 @@
        (
        '"${header}"'
            ( .edge_owner_to_timeline_media.edges[] | .node |
       -        (( "[h|[+]|" + "URL:" + .display_url + "|server|port]" ),
       +        (( "[h|[+] " + ( .taken_at_timestamp | strftime("%F %H:%M") ) + "|" +
       +           "URL:" + .display_url + "|server|port]" ),
                    ( .edge_media_to_caption.edges[] | "t" + .node.text )),
                "tLikes:    " + ( .edge_media_preview_like.count | tostring ),
                "[h|Comments: " + ( .edge_media_to_comment.count | tostring ) + "|" +