Welcome to DUDE, a simple and intuitive personal assistant! DUDE helps you maintain a list of various types of tasks (To-dos, Deadlines and Events) to boost your time management and productivity. DUDE engages you in a personalised manner; you give it short requests, and it responds conversationally.
dude-0.2.jar
to start the application.You should see the following screen:
Send
.data
folder from the old install directory to the new one.!!! Note: All (single-word) commands are case-sensitive, but their details are case-insensitive
todo
Todo
task to the list.todo TODO_DESCRIPTION
todo Go to the gym
deadline
Deadline
task to the list.deadline DEADLINE_DESCRIPTION /by END_TIME
where END_TIME
can be a date and time or a phrase like next week
that specifies the Deadline’s end timedeadline Find love /by 12/12/2019 2359
deadline Finish Lab Assignment /by Impossible deadline
event
event EVENT_DESCRIPTION /at EVENT_PERIOD
where EVENT_PERIOD
can be a date and time or a phrase like Sunday 2-4pm
that specifies the period of the Eventevent Date with imaginary girlfriend :') /at Saturday 10am-2pm
event Robot Takeover /at 05.08.2918 2 PM
update
update TASK_NUMBER | UPDATE_FIELD UPDATE_VALUE
where UPDATE_FIELD
is desc
or time
update 4 | desc:Keep sleeping
update 3 | time:NEVER
list
list
clone
clone TASK_NUMBER
clone 9
done
done
([ ]
to [+]
)done TASK_NUMBER
done 5
delete
delete TASK_NUMBER
delete 10
task
find KEYWORD
find sleep
bye
bye
After the above response from DUDE, the window closes.