]> gitweb.fluxo.info Git - scripts.git/commitdiff
TODO: do not pipe to less
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Oct 2016 13:52:48 +0000 (10:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Oct 2016 13:52:48 +0000 (10:52 -0300)
todo

diff --git a/todo b/todo
index 9a92d6e17ec840af53fbef63c9f10c3ff4dcf35c..7f2a4e42195f0c9f5c12accf4fdbeaec1f2feecf 100755 (executable)
--- 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