From: Silvio Rhatto Date: Fri, 14 Oct 2016 13:52:48 +0000 (-0300) Subject: TODO: do not pipe to less X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4a5001c98888e7a83ec3e29c37fc7f0c90b960e1;p=scripts.git TODO: do not pipe to less --- diff --git a/todo b/todo index 9a92d6e..7f2a4e4 100755 --- a/todo +++ b/todo @@ -45,5 +45,5 @@ if [ "$OPTION" == "list" ]; then elif [ "$OPTION" == "count" ]; then todo_find | grep -v $NAME | wc -l else - todo_list | less + todo_list fi