You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I usually adds tasks quickly without assigning to boards and then later take some time to organize them. During the process I find myself issuing tb -m @{id} {target-board} repeatedly. It would be quite useful to have the option to move multiple tasks to a target-board.
Describe the solution you'd like
Supporting a syntax like tb -m @{id}[, @{id2}, ...] {target-board} seems very natural to me. Thoughts?
I could also get to work on this if needed
The text was updated successfully, but these errors were encountered:
Hi canibanoglu, have a look at https://github.com/perryrh0dan/taskline. Its an updated version of taskbook with many more features. Also the possibility to move, check, delete multiple items.
Is your feature request related to a problem? Please describe. I usually adds tasks quickly without assigning to boards and then later take some time to organize them. During the process I find myself issuing tb -m @{id} {target-board} repeatedly. It would be quite useful to have the option to move multiple tasks to a target-board.
Describe the solution you'd like Supporting a syntax like tb -m @{id}[, @{id2}, ...] {target-board} seems very natural to me. Thoughts?
I could also get to work on this if needed
@canibanoglu I use something like this little bash script to solve this issue for id in 1 2 3; tb -m @$id target-board
Is your feature request related to a problem? Please describe.
I usually adds tasks quickly without assigning to boards and then later take some time to organize them. During the process I find myself issuing
tb -m @{id} {target-board}
repeatedly. It would be quite useful to have the option to move multiple tasks to a target-board.Describe the solution you'd like
Supporting a syntax like
tb -m @{id}[, @{id2}, ...] {target-board}
seems very natural to me. Thoughts?I could also get to work on this if needed
The text was updated successfully, but these errors were encountered: