A yeet command to mark certain tasks as done. This might need some more extensive planning (with config options), as this could work differently between providers & workflows, but the default should probably just be to delete the task.
E.g. aight yeet #52 - close issue 52 aight yeet <task ID> <list name> - move the task to another list
Implementation progress:
We may need, for some providers, some config options for yeeting. For example, Trello has an archive function, but many setups (like kanban) just have the completion marked by moving it to another board.
- Sean
A `yeet` command to mark certain tasks as done. This might need some more extensive planning (with config options), as this could work differently between providers & workflows, but the default should _probably_ just be to delete the task.
E.g.
`aight yeet #52` - close issue 52
`aight yeet <task ID> <list name>` - move the task to another list
Implementation progress:
- [x] GitHub Issues
- [ ] GitHub Projects
- [ ] Trello
---
> We may need, for some providers, some config options for yeeting. For example, Trello has an archive function, but many setups (like kanban) just have the completion marked by moving it to another board.
>
> \- Sean
A
yeet
command to mark certain tasks as done. This might need some more extensive planning (with config options), as this could work differently between providers & workflows, but the default should probably just be to delete the task.E.g.
aight yeet #52
- close issue 52aight yeet <task ID> <list name>
- move the task to another listImplementation progress: