You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, tasks can only be modified one by one.
When dealing with a large number of tasks, this requires too much repetitive work.
Describe the solution you'd like
Add multi-selection support in the list view.
Press Space on a task to toggle selection on/off
Highlight the | icon for selected tasks
Press ESC to exit multi-selection mode
Allow shortcut keys to apply actions to selected tasks (e.g. z to complete, d to delete, e to edit)
Execute the action (optionally with a confirmation dialog)
Is your feature request related to a problem? Please describe.
Currently, tasks can only be modified one by one.
When dealing with a large number of tasks, this requires too much repetitive work.
Describe the solution you'd like
Add multi-selection support in the list view.
Spaceon a task to toggle selection on/off|icon for selected tasksESCto exit multi-selection modezto complete,dto delete,eto edit)Describe alternatives you've considered
Additional context