Skip to content

tryhardsnipehrd/ToDo

Repository files navigation

ToDoList

ToDoList is a simple, CLI-based ToDo List built in pure C++, with a focus on simplicity.

Usage

ToDoList <command>

Commands

help

Outputs the help menu for ToDoList.

add

Add an item to the list.

list

List all items currently in the list, along with their status.

check

Alias for list

delete

Delete an item from the list that has the corresponding id number. Find the ID number using ToDoList <check/list>

toggle

Toggle the completion status of an item that has the corresponding id number. Find the ID number using ToDoList <check/list>

clear

Clear all items that have been completed. The same as calling delete on each id with the completed flag.

Contributing

Feel free to make a pull request to fix any mistakes in the readme, fix my probably horrible code, add new features, etc. Contributions are always welcome!

About

Simple ToDo-List app built in pure C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published