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

Implement multiple param commands #18

Closed huytd closed 4 years ago

huytd commented 4 years ago

This PR fixes #13

2019-11-02 14 27 55

From now, you can pass multiple ids to almost all commands (except edit command).

b 1 2 3 // start task command
c 1 2 3 // mark them as done
d 1 2 3 // delete em' all
st 1 2 3 // stop em' all
fl 1 2 3 // flag em' all
mv 1 2 3 @new-tag // move a few tasks to a new tag