|
|
|
|
|
by kbd
1901 days ago
|
|
How do you handle ordering? I noticed: $ grit add -p 5 Bread
(5) -> (6)
$ grit add -p 5 Milk
(5) -> (7)
$ grit add -p 5 Eggs
(5) -> (8)
led to: ├──[ ] Get groceries (5)
│ ├──[ ] Bread (6)
│ ├──[ ] Eggs (8)
│ └──[ ] Milk (7)
And I didn't see anything about reordering tasks in the readme. Is everything sorted by title? |
|
(Another thing on the TODO list is adding an optional priority score for each task, and sorting those on top of the list in all tree views.)