\
Luna is a desktop application for managing your tasks, optimized for usage via a GUI.
list
todo
deadline
event
mark
unmark
delete
save
load
find
snooze
exit
<START_DATE>
and <END_DATE>
parameters are to be specific in the following format: DD-MM-YYYYlist
Shows all your entries in the list.
–> Format: list
todo
Add a task named <TASK_NAME>
with the todo task type.
–> Format: todo
<TASK_NAME>
deadline
Add a task named <TASK_NAME>
with the deadline task type and set its end date to be <END_DATE>
.
–> Format: deadline
<TASK_NAME>
<END_DATE>
event
Add a task named <TASK_NAME>
with the event task type and set its start date to <START_DATE>
and its end date to be <END_DATE>
.
–> Format: event
<TASK_NAME>
<START_DATE>
<END_DATE>
mark
Mark a task in the list using its <INDEX>
in the list to show that a task is done.
–> Format: mark
<INDEX>
unmark
Unmark a task in the list using its <INDEX>
in the list to show that a task is undone.
–> Format: unmark
<INDEX>
delete
Remove the entry using its <INDEX>
in the list.
–> Format: delete
<INDEX>
save
Save the current list to the device you are running the program.
–> Format: save
load
Load the current list from the device you are running the program.
–> Format: load
find
Show only the task from the list that contains the <KEYWORD>
in its task name.
–> Format: find
<KEYWORD>
snooze
Snooze a deadline or event using its <INDEX>
in the list by the <DAYS_TO_SNOOZE>
number of days.
–> Format: snooze
<INDEX_IN_LIST>
<DAYS_TO_SNOOZE>
exit
Closes the window and ends the program.
–> Format: exit
(none at the moment)
(none at the moment)