PopDiana / to-do-list

A to-do list app used in command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A command line application that has the functionality of a to-do list.

  • prompts the user to enter chores or tasks, and it stores them in a permanent location (files);

  • allows the user to enter as many tasks as desired but stops storing tasks when entering a blank task;

  • tasks are categorized into different categories which can be interacted with (create, delete, modify, etc.), and have different priorities which can be sorted/displayed after;

  • tasks can be displayed entirely or, for example, by category;

  • enables the user to remove a task of choice from the list, to signify it's been completed;

About

A to-do list app used in command line


Languages

Language:C 78.5%Language:TeX 20.9%Language:Makefile 0.6%