Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 673 Bytes

File metadata and controls

24 lines (24 loc) · 673 Bytes

TO DO

  • Read user input
  • Create tasks
  • Delete tasks
  • Clear all tasks
  • Simplify code
  • Use universal paths
  • add -h flag
  • Allow multiple argv when creating a task
  • Add support for multiple parameters per task
  • Add a way to complete tasks
  • Add date created
  • Add date completed
  • Change to a unique name
  • Rm magic numbers
  • Add Task parse_tasks()
  • Make functions memory centric and flush to file
  • Add psilib for helpfer functions
  • Add unit tests
  • Add sorting
  • Add due date
  • Add a way to display tasks for today
  • Add unix like aliases (rm, ls, etc.)
  • Add priority