huytd / pomoday-v2

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

Feature Request: wipe existing tasks #56

Open leira-sanchez opened 4 years ago

leira-sanchez commented 4 years ago

I'd like a command to wipe all the existing tasks so I can start fresh. Also, a way to reset the numbers would be cool.

huytd commented 4 years ago

Yes that can be added.

For reseting the numbers, it's a bit tricky because the number need to be picked up from the latest one, regardless to the status of the tasks.

For now, If you get clustered between the unfinished and finished tasks, you can try the hide command, for example hide done.

leira-sanchez commented 4 years ago

Yeah, the numbers part is tricky. My thought is that if I keep using this app so much, I'm going to get into big numbers (1000+) and it'll be harder to do c 21243, d 13452, b 34235, etc.

Love the app! Great job, guys!