The Greatest Duke (TGD)
The Grandest Duke (TGD) is a task tracker desktop application aimed at helping user keep track of their daily tasks. It has a clean and simple GUI which accepts user keyboard input as its main mode of interaction.
User input commands are entered in the highlighted field. Press the ‘SEND’ button to send commands to TGD.
todo
, deadline
, event
todo
- task with only a task descriptiondeadline
- task with a description, date and time(optional)event
- task with a description, date and time(optional)todo <task description>
deadline <task description> /<preposition> <date> <time>
event <task description> /<preposition> <date> <time>
Note:
YYYY-MM-DD
formattodo read a book
deadline AI project /by 2019-12-30 1300h
deadline CS Assignment /by 2020-01-15
event Birthday party /on 2020-03-30 4pm
event Networking /on 2020-05-01
When adding the commands in ‘Examples of usage’ in order, upon
entering the 4th command event Birthday party /on 2020-03-30 4pm
:
Got it. I've added this task:
[E][X] Birthday party on Mar 30 2020 4pm
Now you have 4 tasks in the list.
list
list
done
done <task index>
Note: Task index is the task’s number obtained from the list
command
done 1
With the existing tasks in the list,
Nice! i've marked this task as done:
1.[T][✓] read a book
delete
delete <task index>
Note: Task index is the task’s number obtained from the list
command
delete 2
find
find <keyword>
Note:
list
commandtask
, todo
, event
, deadline
)list
)find read
With the existing tasks in the list,
Here are the matching tasks found in your list:
1.[T][✓] read a book
stats
stats
help
help
help-detailed
help-detailed
bye
bye