Skip to content

This is a simple todo-list in cli format, developed in nodejs.

License

Notifications You must be signed in to change notification settings

edmilson-dk/to-do-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDO - CLI

This is a simple todo-list in cli format, developed in nodejs.

Installation

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

Running

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

Add to-do

List all to-dos

todo list

List to-dos

Change the state of the to-do to completed

todo do [index]

Change todo

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]

Change to-do

List all commands

todo -h

List commands

About

This is a simple todo-list in cli format, developed in nodejs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published