Skip to content

yvantot/TaskManagerCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Task Manager CLI

Purpose: To learn Node.js, Regex and Git

Project duration: 10 hrs


Example Usage:

--> add "Stop procrastinating and learn Regex" # Add task to the json file
--> update (1) "Take a shower" # Overwrite a task by specifying the task's id
--> mark-|done|todo|doing| (1) # Overwrite the status
--> list |done|todo|doing| # Supports filter combination or without to list everything

One-line Commands:

--> add "Sleep"; list; update (1) "Sleep for 15 minutes" -- Supports multiple commands in one-line

Flexible Parser:

-->            add       "    Nah    " # Supported to support whatever reason you have
-->  delete   (    1    );    list    done   doing # Supported

For Learning Backend

About

Task Manager on CLI that understand commands. Made with Regex & Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors