duke

View the Project on GitHub podocarp/duke

User Guide

Was ist das?

This is a todo/deadline management system. screenshot

Feature 1

Manage your tasks very well! You can add these tasks:

Wow! Never forget anything again!

Usage

help

Shows starting prompt with the help test again.

todo <name>

Example of usage:

todo Cook dinner for lazy kids

Expected outcome: Adds an todo to your list with whatever name you gave it!

[T][X] Cook dinner for lazy kids

deadline <name> /by <date>

Example of usage:

deadline Cook dinner for lazy kids /by 29/09/2019 2359

Expected outcome: Adds an deadline to your list with whatever name and time you gave it!

[D][X] Cook dinner for lazy kids (by: 29 Sep 2019, 23:59 PM)

event <name> /at <date>

Example of usage:

event Dinner for lazy kids /at 29/09/2019 2359

Expected outcome: Adds an event to your list with whatever name and time you gave it!

[E][X] Cook dinner for lazy kids (at: 29 Sep 2019, 23:59 PM)

list

Lists all tasks in your list.

done <number>

Marks task number <number> (as shown on the list page) as done.

delete <term>

Where <term> can be either <number>, done or all.

<number>

Deletes task number <number> as shown on the list page.

done

Deletes all tasks marked as done.

all

Deletes all tasks.

search <text>

Searches for tasks containing <text> in their descriptions and prints them out.