feat(todo): add numbered tasks, edit, done, and future filtering #72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implements smoother todo editing as specified in issue #63:
streamd todonow displays tasks with numbers[1],[2], etc., sorted by date (oldest first)streamd todo N editopens the editor at the task's line using+LINEargumentstreamd todo N doneinserts@Doneimmediately after@Taskmarker--show-futureto include themChanges
TodoActionenum withEditandDonesubcommands--show-futureflag to theTodocommandcollect_open_tasks()helper with sorting and filteringTest plan
cargo test- all 160 tests passcargo clippy- no warningscargo fmt --check- properly formattedstreamd todoshows numbered tasksstreamd todo 1 editopens editor at correct linestreamd todo 1 doneinserts @Done marker--show-futureflag behaviorCloses #63