A Simple Command-line Task Manager App written in C.
Clone the Repository and run the following to build:
$ makeAnd then Run the following to see how to use the app
$ ./build/taskman --help$ ./build/taskman -t "Do Laundry" -p LOWThis project is licensed under the MIT License - see the LICENSE file for details