Skip to content

jinnieshin/ip

 
 

Repository files navigation

DOggi

Woof! DOggi is a friendly chatbot dog software that helps you manage your tasks. DOggi extends Duke

Features

Viewing Guide: guide

Format: guide
Shows a guide for commands

Listing all the tasks: list

Format: list
Shows the list of tasks added

Adding a Todo Task: todo

Format: todo (content)
Adds the content as a Todo Task

Adding a Deadline Task: deadline

Format: deadline (content) /by (dd/MM/yyyy HH:mm)
Adds the content as a Deadline Task that should be done by the date

Adding an Event Task: event

Format: event (content) /from (dd/MM/yyyy HH:mm) /by (dd/MM/yyyy HH:mm)
Adds the content as an Event Task that is going on between the dates

Marking a Task as done: mark

Format: mark (index)
Marks the task with the given index as done

Marking a Task as undone: unmark

Format: unmark (index)
Marks the task with the given index as undone

Deleting a Task: delete

Format: delete (index)
Deletes the task with the given index

Deleting all the tasks

Format: delete all
Deletes all the tasks

Closing Duke: bye

Format: bye
Closes Duke

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • Shell 1.7%
  • Batchfile 1.2%