Skip to content

It is a command line based To Do list built with javascript.

Notifications You must be signed in to change notification settings

Rohit-Saini7/todolist-js-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist-js-cli

  • Command line based To Do List.
  • Built with JavaScript .
  • functionality: add, done, delete, show, report.

Usage (for Linux)

./todolist

just filename

./todolist add 2 "your item"

Add a new item with priority "2" and item {"your item"} to the list. Add item

./todolist ls

Show incomplete priority list items sorted by priority in ascending order. list items

./todolist done INDEX

Mark the incomplete item with the given index as complete. Mark done item

./todolist del INDEX

Delete the incomplete item with the given index. Delete item

./todolist help

Show help. Shows help

./todolist report

Get report of complete and incomplete items. Shows report

For windows

edit file todolist

@echo off
node index.js %1 %2 %3

About

It is a command line based To Do list built with javascript.

Topics

Resources

Stars

Watchers

Forks