aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-14 10:52:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-14 10:52:48 -0300
commit4a5001c98888e7a83ec3e29c37fc7f0c90b960e1 (patch)
treed8ff874fa6ceed0d50b37330d9f64fcaed999e83 /todo
parente68ad5be39ef2aeb671a134144f42866b1af4f0a (diff)
downloadscripts-4a5001c98888e7a83ec3e29c37fc7f0c90b960e1.tar.gz
scripts-4a5001c98888e7a83ec3e29c37fc7f0c90b960e1.tar.bz2
TODO: do not pipe to less
Diffstat (limited to 'todo')
-rwxr-xr-xtodo2
1 files changed, 1 insertions, 1 deletions
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