A Simple Command-line Task Manager App written in C.
Clone the Repository and run the following to build:
$ gcc -o main main.c && ./main
And then Run the following to see how to use the app
$ ./taskman --help
This project is licensed under the MIT License - see the LICENSE file for details