Skip to content

Mr-mirzaee/simple-TODO-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

simple TODO List

ADD Command :

this command add new task to task list

use -t | --title for Set TASK Title

use -p | --priority for Set TASK Priority (default: L)

 ./todo.sh add -t "TASK Title" -p "TASK Priority (H|M|L)"

List Command :

this command show task list

 ./todo.sh list

Clear Command :

this command clear task list

 ./todo.sh clear

Find command :

This command lists tasks that have "search Title" in their title

./todo.sh find "search Title"

Done command :

This command done task by task ID

./todo.sh done [Task ID]

About

This is a simple TODO List with Bash language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages