huytd / pomoday-v2

A keyboard only task management web app
https://pomoday.vercel.app
BSD 3-Clause "New" or "Revised" License
585 stars 68 forks source link

Need a way to move done tasks to the bottom of the list, or hide them #21

Closed huytd closed 4 years ago

huytd commented 4 years ago

Maybe adding a new command called display, take a param and display task list based on that param:

display done-hide // hide all done tasks
display done-last // move done task to the bottom
huytd commented 4 years ago

This is now fixed in commit f330696. Wil be available in the next release.