This is a simple todo-list in cli format, developed in nodejs.
First clone the repository on your machine
git clone https://github.com/DKSecurity99/to-do-cli
Then access the created folder and install the dependencies, with npm or yarn, make sure you have nodejs installed
npm install
or
yarn
Below we have the commands available for you to use the cli.
the created to-do are stored in the same directory of the tool, in the todos.json file.
Add a new to-do
todo add
List all to-dos
todo list
Change the state of the to-do to completed
todo do [index]
Change the state of the whole to pending
As you can see the word "pending" is misspelled in the classified images, I realized after taking the images, but the error has already been corrected.
todo undo [index]
List all commands
todo -h