climech / grit

Multitree-based personal task manager
MIT License
1.67k stars 48 forks source link

Tree and list command enhancements #33

Open rofafor opened 3 years ago

rofafor commented 3 years ago
  1. Sort tree/list commands by name or id via command-line switch (id relates to creation date)
  2. Filter out checked/completed tasks via command-line switch
  3. Change default behavior of tree command to show all dates instead of today

Closes #23

Relates to #28 and #32