URI: 
       tsearch - gtomb - tomb gtk frontend in zenity
  HTML git clone git://parazyd.org/gtomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 35184479140e0fc970fd92ad36af31f5a92a855b
   DIR parent d6b6f5b5401491ea46bebc3a7a4a424c8ff31509
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 29 Dec 2015 16:10:50 +0100
       
       search
       
       Diffstat:
         M gtomb                               |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gtomb b/gtomb
       t@@ -925,6 +925,11 @@ function _index {
        }
        # }}}
        
       +# {{{ search - searches the contents of indexed tombs
       +    _zeninfo "Sorry" "Not implemented yet."
       +    exec _main
       +# }}}
       +
        if [ ! -f $TOMBPATH ]; then
            _zenwarn "Warning" "Tomb binary is nonexistent in the current path. Install it or edit the script to point to the correct path."
        else