tless fancy shit for todo - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 10c751c24436e4643e64e05fb32e042f9c2d22d2
 (DIR) parent ff2ff532dbf9784e96c14b9d58d5c10599f1b619
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Fri, 28 Nov 2014 12:35:56 +0100
       
       less fancy shit for todo
       
       Diffstat:
         M todo                                |       5 -----
       
       1 file changed, 0 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/todo b/todo
       t@@ -12,13 +12,8 @@ TODO=${TODO:-$HOME/.todo}
        # List the content of the file with some fancy headers
        list() {
            test -f $TODO || { echo "nothing to do, enjoy."; exit 0; }
       -    echo
       -    echo "TODO:"
       -    echo "====="
       -    echo
            # WOAH, MUCH CLEVER !
            nl $TODO
       -    echo
        }
        
        append() {