[Feature Request] Clean or Clear command to delete checked items
See original GitHub issueDescribe 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
or tb --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!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:5 (1 by maintainers)
Top Results From Across the Web
[Feature Request] Clean or Clear command to delete checked ...
A command that can be run to clean or clear all checked items. This would simply loop through and delete all checked items....
Read more >Feature Request: Clear Checked To Do Items - Evernote Forum
You can delete checked items in a note, or do a "select all" and click the checkbox icon to uncheck (if it's a...
Read more >Butler rule deleting checked items in a checklist
I'm having trouble with a rule in Butler. My command is the following: when the "DELETE COMPLETED ITEMS" item is checked in a...
Read more >Create, edit, delete, and restore tasks - Microsoft Support
To delete a task, select the trash can icon in the bottom right corner of the task's ... Navigate to your email folder...
Read more >How to remove untracked files from a Perforce working tree?
Using P4V, you can right click on a folder and select "Reconcile Offline Work...". In the middle panel ("Local files not in depot"),...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 I would be willing to give this a go
Also, --archive right now means, confusingly, “list archived items”. So --archive --checked sounds to me like “list checked archived items”