Skip to content

jwdavis0200/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duke, your Personal Task List Manager

Duke is here to organise and carry you through your work life!

Using Duke

  1. Download Duke jar file.
  2. Just Double-Click it!

Guide to using Duke

Hello from
 ____        _        
|  _ \ _   _| | _____ 
| | | | | | | |/ / _ \
| |_| | |_| |   <  __/
|____/ \__,_|_|\_\___|

Some inputs you can use to start using Duke:

todo <Todo task> //adds a Todo task into your task list.
deadline <Deadline task> <yyyy-MM-dd HH:mm> //adds a Deadline task into your task list.
event <Event task> <yyyy-MM-dd HH:mm HH:mm> //adds an Event task into your task list.

mark <Task number> //marks the n<</sup> item in the task list as done.
unmark <Task number> //marks the n<sup>th</sup> item in the task list as not done.
find <Task> //finds the task with that description from the task list.
remove <Task number> //removes the n<sup>th</sup> item in the task list.

Start of using application.

welcomeDuke

This is the welcome page when you first launch the application. To start adding tasks, just input your command in the text box and press the Enter key or click the Enter button right beside the text box.

Screenshot (124) Screenshot (126)

You can do the same steps with the rest of the commands listed [here].(https://github.com/jwdavis0200/ip_own/edit/master/README.md#guide-to-using-duke)

Terminating the program

To stop using the app, just send bye to Duke and the application will close. Your tasks will be saved in the application data for you to continue using the next time you start Duke!

For Pro-users

If you want to use your own set of data, you can do so by replacing the storage.txt file with your own txt file with the same name.

Please make sure you use the same format as Duke to allow for successful reading of the app data.


[T][X] read book
[D][ ] assignment  (by: 2022-07-08 08:30)
[E][X] project meeting  (at: 2022-08-08 12:30 to 2022-08-08 13:30)

Have fun using Duke V2, more features will be coming to you!

About

Fork of Week 2 CS2103T IP

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 95.9%
  • Shell 2.4%
  • Batchfile 1.7%