naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!
https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/
MIT License
801 stars 47 forks source link

How to show all tasks or paginate? #143

Closed psprint closed 3 years ago

psprint commented 3 years ago

I have a problem: dstask shows '15/19' tasks. How can I display also the trailing ones / or all tasks?

naggie commented 3 years ago

dstask show-open shows all tasks without truncation to fit the terminal. See dstask help for other commands.

psprint commented 3 years ago

Ahso, thanks!