Skip to content

Latest commit

 

History

History
executable file
·
143 lines (71 loc) · 2.57 KB

File metadata and controls

executable file
·
143 lines (71 loc) · 2.57 KB

User Guide

Features

list - List all the tasks in the current task list

Example of usage:

list

Expected outcome:

_______________________________________________________

1.[T][X]shopping

2.[T][ ]write some code

_______________________________________________________

todo - Add a task without any date/time attached to it

Example of usage:

todo cook dinner

Expected outcome:

_______________________________________________________

Added cook dinner.

You now have 3 items in the list.

______________________________________________________

deadline - Add a task with deadline (e.g. 2019-10-15) attached to it

Example of usage:

deadline sign consent form /by 2019-10-15

Expected outcome:

_______________________________________________________

Added deadline sign consent form.

[D][ ] sign consent form (by: Oct 15 2019)

You now have 4 items in the list

_______________________________________________________

event - Add a task with date (e.g. 2019-10-15) attached to it

Example of usage:

event project meeting /at 2019-10-15

Expected outcome:

_______________________________________________________

Added event project meeting.

[E][ ] project meeting (by: Oct 15 2019)

Now you have 5 tasks in the list

_______________________________________________________

delete - Delete a task from the list

Example of usage:

list

_______________________________________________________

1.[T][X] shopping

2.[T][X] write some code

3.[T][X] cook dinner

4.[D][ ] deadline sign consent form (by: Oct 15 2019)

5.[E][X] event project meeting (at: Oct 15 2019)

_______________________________________________________

delete 3

Expected outcome:

_______________________________________________________

I have removed item 3 _______________________________________________________

list

1.[T][X] shopping

2.[T][X] write some code

3.[D][ ] deadline sign consent form (by: Oct 15 2019)

4.[E][X] event project meeting (at: Oct 15 2019)

______________________________________________________

find - Find a task from the list

Example of usage:

find code

Expected outcome:

_______________________________________________________

[T][X] write some code _______________________________________________________

Usage

Keyword - Describe action

Enter keyward with command line arguments to prompt duke to do something

Example of usage:

keyword (optional arguments)

Expected outcome:

outcome