ip

User Guide To The One and Only Pepe The Frog

Introduction

A simple guide to get you started on how to easily use this CLI app to create and manage your personal TaskList

Ui

Features

Usage

View Function

list


Command to view tasks



list


Add Functions

Here are the commands to add different types of tasks into your tasklist

Add Todo

todo


  • Type todo followed by a space and then type in the 'todo' you wish to add into your list


Todo

Add deadline

deadline


  • Type deadline followed by description of deadline, then followed by /by followed by a space and then type the rest of the description
  • Input date via YYYY-MM-DD format and time in HH:MM format if you wish to add date and time


Deadline

Add event

event


  • Type event followed by description of event, then followed by /at followed by a space and then type in the rest of the description

* Input date via `YYYY-MM-DD` format and time in `HH:MM` format if you wish to add date and time

Event


Search Functions

Here are the commands to search for tasks via description, time or date

Search Via Description

find


  • Type in find and then the description that you want to search for in the tasklist
  • Return you tasks which contains the description you searched for


find

Search Via Time

time


  • Type in time followed by the time that you wish to search for in HH:MM format
  • Returns you the tasks which take place at the time you searched for


time

Search Via Date

schedule


  • Type in schedule followed by date that you wish to search for in YYYY-MM-DD format
  • Returns you the tasks which take place on the date you searched for


schedule


Update functions

Commands to edit tasklist

Change Task Status

done


  • Type in done followed by task number which you wish to mark as done
  • Status icon of task will be changed


done

Delete Task

delete


  • Type in delete followed by task number of task you wish to remove from tasklist
  • Task with corresponding number entered will be removed


delete


Exit Function

bye

Hope this helped!