Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for moving multiple items to a board #160

Open
canibanoglu opened this issue Nov 19, 2019 · 2 comments
Open

Support for moving multiple items to a board #160

canibanoglu opened this issue Nov 19, 2019 · 2 comments

Comments

@canibanoglu
Copy link

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

@perryrh0dan
Copy link

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.

@ihor-bobyr
Copy link

ihor-bobyr commented Mar 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants