naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!

Home Page:https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listing of all tasks?

psprint opened this issue · comments

Hi,
I would like to display all tasks, beyond the 15 limit. Could a pagination or no-limit listing be provided? Or maybe there's a way to do it already?

I've tried following:

 for ((i=38; i>=1; i--)); dstask $i

However it's little to verbose. Then I've tried grepping:

 for ((i=38; i>=1; i--)); dstask $i | grep Summary

However it doesn't produce any output because of no-terminal JSON output. Maybe there is a way to retrieve the standard-formatted output when piping ?

I have as much as 38 tasks because I'm doing a project-development management with dstask.

Already answered elsewhere.