Skip to content

Create, delete, update, show todos within terminal.

Notifications You must be signed in to change notification settings

bandhan-majumder/CLI-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-Todo

git clone "https://github.com/bandhan-majumder/CLI-Todo/"
cd CLI-Todo
npm install

Open Terminal : ctrl + ` (in VS Code)

alias todo="node index.js"
# set up alias for index.js

Note:-

This will setup the alias temporarily, to make it permanent, go to vi ~/.bashrc and add "alias todo="node index.js" at the bottom of the file.

Features

image

Commands

todo -h # for manual of the commands.
todo add <new_todo> <status>
# for exp: todo add "Go to sleep" "pending". It creates a todo with current status.
todo delete <todo's description>
# for exp: todo delete "go to sleep". Deletes a todo. Note that any type of casing is supported.
todo status <todo_des> <status>
# for exp: todo status "go to sleep" "done".. Updates the todo with new status
todo all
# shows all the todo

About

Create, delete, update, show todos within terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published