ip

Lotes User Guide

Lotes is a command line interface (CLI) application where you can use to manage your tasks with just commands through the interface.

Requirements

  1. Ensure that you have Java 11 installed in your Windows computer.
  2. Download the latest lotes.jar from here.
  3. Copy lotes.jar to a directory you want Lotes to run.
  4. Press and hold down shift then right-click the directory and click Open in Terminal.
  5. Type java -jar lotes.jar and press Enter.
    If your program is running correctly, you should see an output like this:
    Hello! I'm  #        ####  ##### ######  ####
                #       #    #   #   #      #
                #       #    #   #   #####   ####
                #       #    #   #   #           #
                #######  ####    #   ######  ####
    What can I do for you?
    

Commands Usage Overview

Type the following commands and press Enter to run it: e.g list and press Enter will list all the tasks.

Things to take note about program:

Features and Usage

1. Add To do to task list: todo

Adds a new task to do to your task list.

2. Add deadline to task list: deadline

Adds a new deadline task with /by to your task list..

Back to Commands Usage Overview

3. Add event to task list: event

Adds a new event task with /from and /to to your task list..

4. List all tasks: list

Lists all tasks your task list.

Back to Commands Usage Overview

5. Mark a task in task list: mark

Marks the selected task shown in the current task list.

6. Unmark a task in task list: unmark

Unmarks the selected task shown in the current task list.

Back to Commands Usage Overview

7. Find a task in task list: find

Displays your tasks containing WORD in your task list.

8. Delete a task in task list: delete

Deletes the selected task shown in the current task list.

Back to Commands Usage Overview

9. Exit program: bye or exit

Exits your program.

Back to top