This is a simple todo list I made for fun. Feel free to modify/contribute.
To run the program, type the following into your terminal:
$ git clone https://github.com/ArchYoimiya/Simple-Todo-List.git # Clone the Repo
$ cd Simple-Todo-List # cd to directory
$ g++ main.cpp -o stodo # Compile code
$ sudo cp stodo /usr/local/bin # Install
stodo