taskbook icon indicating copy to clipboard operation
taskbook copied to clipboard

Feature Request: Delete Boards, including tasks/notes

Open StephenLeafWW opened this issue 6 years ago • 5 comments

Is your feature request related to a problem? Please describe. Suppose I have a Board named, "@Test" and inside that board, I have a few tasks/notes, i.e.

@Test
    2. [ ] task 1
    3.  *  note 1
    6. [ ] task 2 (though do note that this is non-sequential)

to delete this, from my understanding, I'd need to run the command

tb -d 2 3 6

While this is fine for most boards, I just went to delete a board that had 20+ items, and as you can imagine, it was a little bit tedious making sure I didn't delete the wrong numbered item.

Describe the solution you'd like Why not instead of having to type

tb -d 2 3 6

I just have to type

tb -d @Test

And remove all the items in that board (including the respective board)

This is a really cool little tool, aside from this small inconvenience, I'm really enjoying just how usable it is!

StephenLeafWW avatar Aug 01 '18 18:08 StephenLeafWW

I would like to take this one, if there's not a problem :)

rafap4j avatar Aug 02 '18 18:08 rafap4j

I would make a PR for that soon

rjoydip-zz avatar Aug 04 '18 19:08 rjoydip-zz

@rjoydip, @raalcaau sorry folks. don't check updates in this issue while making a feature.

alepop avatar Aug 04 '18 21:08 alepop

@alepop No problem. Thanks for the PR

rjoydip-zz avatar Aug 05 '18 04:08 rjoydip-zz

How do i delete board. Is it not possible?

vikramthapa avatar Feb 25 '19 04:02 vikramthapa