-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
[Feature Request] Clean or Clear command to delete checked items #40
Comments
+1 I would be willing to give this a go |
another possible option |
@jadiaz good but each time you have to check both the flags and alias. |
Also, --archive right now means, confusingly, "list archived items". So --archive --checked sounds to me like "list checked archived items" |
@casidiablo Agree. Care to mention or upvote in #72? A batch |
* Add clean feature * Changed clean alias to 'C' (Cap-C) * @klauscfhq Review Changes * Fix formatting issues
Describe the solution you'd like
A command that can be run to clean or clear all checked items. This would simply loop through and delete all checked items.
tb --clear
ortb --clean
Additional context
I like to start my work day with a clean to do list. Meaning, there is no checked tasks on the board. Currently, I am accomplishing this by manually deleting all checked tasks
tb -d 113 115 116 117 120 121
But that approach is error prone. It is too easy to type an incorrect id.
By the way, LOVE the tool! Been using it daily since it was posted on HN a few days ago!
The text was updated successfully, but these errors were encountered: