Lotes is a command line interface (CLI) application where you can use to manage your tasks with just commands through the interface.
Java 11 installed in your Windows computer.lotes.jar from here.lotes.jar to a directory you want Lotes to run.Press and hold down shift then right-click the directory and click Open in Terminal.java -jar lotes.jar and press Enter.Hello! I'm # #### ##### ###### ####
# # # # # #
# # # # ##### ####
# # # # # #
####### #### # ###### ####
What can I do for you?
Type the following commands and press Enter to run it:
e.g list and press Enter will list all the tasks.
todo DESCRIPTION : Adds a new to do task with DESCRIPTION to the task list.deadline DESCRIPTION /by BY_DATE_TIME : Adds a new deadline task with DESCRIPTION and BY_DATE_TIME to the task list.event DESCRIPTION /from FROM_DATE_TIME /to BY_DATE_TIME : Adds a new event task with DESCRIPTION, FROM_DATE_TIME, and BY_DATE_TIME to the task list.list : Lists all your automatically saved tasks.mark NUMBER : Marks the selected task shown in the current task list.unmark NUMBER : Unmarks the selected task shown in the current task list.find WORD : Displays your tasks containing WORD in your task list.delete NUMBER : Deletes the selected task shown in the current task list.bye or exit : Exits your program.Things to take note about program:
todo DESCRIPTION, DESCRIPTION can be used as todo Merida: Answer GDP2021 questions./by comes before /to.event GDP2021 OJT Baiting Challenge /from Friday 1pm /to 6pm.list 123, bye abc,exit xyz./data/storage.txt and reads from it on the next run.todoAdds a new task to do to your task list.
todo DESCRIPTION.todo Merida: Answer GDP2021 questions. Got it. I've added this task:
[T][ ] Merida: Answer GDP2021 questions
Now you have 5 tasks in the list
deadlineAdds a new deadline task with /by to your task list..
deadline DESCRIPTION /by BY_DATE_TIME.deadline Weekly GDP2021 Routine Dog Bath /by Monday 11:59pm. Got it. I've added this task:
[D][ ] Weekly GDP2021 Routine Dog Bath (by: Monday 11:59pm)
Now you have 6 tasks in the list
Back to Commands Usage Overview
eventAdds a new event task with /from and /to to your task list..
event DESCRIPTION /from FROM_DATE_TIME /to BY_DATE_TIME.event GDP2021 OJT Baiting Challenge /from Friday 1pm /to 6pm. Got it. I've added this task:
[E][ ] GDP2021 OJT Baiting Challenge (from: Friday 1pm to: 6pm)
Now you have 7 tasks in the list
listLists all tasks your task list.
list.
Example of usage: list. Here are the tasks in your list:
[T][ ] Merida: Answer GDP2021 questions
[D][ ] Weekly GDP2021 Routine Dog Bath (by: Monday 11:59pm)
[E][ ] GDP2021 OJT Baiting Challenge (from: Friday 1pm to: 6pm)
Back to Commands Usage Overview
markMarks the selected task shown in the current task list.
mark NUMBER.mark 1. Nice! I've marked this task as done:
[D][X] Weekly GDP2021 Routine Dog Bath (by: Monday 11:59pm)
unmarkUnmarks the selected task shown in the current task list.
unmark NUMBER.unmark 2. OK, I've marked this task as not done yet:
[D][ ] Weekly GDP2021 Routine Dog Bath (by: Monday 11:59pm)
Back to Commands Usage Overview
findDisplays your tasks containing WORD in your task list.
find WORD.find GDP2021. Here are the matching tasks in your list:
[D][ ] Weekly GDP2021 Routine Dog Bath (by: Monday 11:59pm)
[E][ ] GDP2021 OJT Baiting Challenge (from: Friday 1pm to: 6pm)
deleteDeletes the selected task shown in the current task list.
delete NUMBER.delete 1. Noted. I've removed this task:
[T][ ] Merida: Answer GDP2021 questions
Back to Commands Usage Overview
bye or exitExits your program.
bye or exit.bye or exit. ____________________________________________________
Bye. Hope to see you again soon!
____________________________________________________