Skip to content

ZawadulFarhan/Tasky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasky

Simple CLI task management program

Add Command

Use this command to add a task

a (optional)[tasktype] [date] [description of task]

Example: a 12Dec2022 do a little task

tasktype: enter d/w/m for a daily/weekly/monthly task respectively.
date: format is dMMMyyy NOTE! MMM has to be capitalized - 12Dec2022

Delete Command

Use this command to delete a task

d [index]

Example: d 1

index: provide index for task as shown in task list

Complete Command

Use this command to mask a task as completed

c [index]

Example: c 1

index: provide index for task as shown in task list

Exit Commnd

Use this command to exit the program

e

About

Simple CLI task management program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages