Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 925 Bytes

File metadata and controls

42 lines (26 loc) · 925 Bytes

User Guide

This is a simple user guide.

Ui

##Acknowledgements

Gui Inspired by https://github.com/sc-arecrow/ip.

Features

Feature 1

/help : generates a list of commands with correct formatting for new user.

Feature 2

todo description : adds a todo task to the list with description.

Example : todo something

Feature 3

deadline name /by yyyy-m-dd : adds a deadline task to the list with given format.

Example : deadline Project2 /by 2012-1-23

Feature 4

event name /at yyyy-m-dd : adds an event task to the list with given format.

Example : event Project2 /at 2012-1-23

Feature 5

delete index : deletes a task in the list at the given index.

Example : delete 2

Feature 6

list : generates a list of tasks, if it exists.

Example : list

Feature 7

find keyword : generates a list of tasks with given keyword as filter.

Example : find cs2103