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

How to show all tasks or paginate?

psprint opened this issue · comments

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

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

Ahso, thanks!