Table of Contents
Susan Bot is a simple lightweight chat bot that lets you manage tasks easily from your desktop.
todo <description>
: Adds tasks without any date/time attached to it e.g., visit new theme parkdeadline <description> /by <deadline>
: adds tasks that need to be done before a specific date/time e.g., submit report by 11/10/2019 5pmevent <description> /from <from> /to <to>
: adds tasks that start at a specific date/time and ends at a specific date/time e.g., (a) team project meeting 2/10/2019 2-4pm (b) orientation week 4/10/2019 to 11/10/2019list
: Lists down your current tasks.mark <taskNumber>
: Checks the task with taskNumber as done.unmark <taskNumber>
: Checks the task with taskNumber as undone.bye
: Exits the program.delete <taskNumber>
: Deletes the task with taskNumber.deleteMany <id1> <id2> ... <idn>
: Deletes all the tasks with IDs from the list of IDs.
- Set up tools: https://nus-cs2103-ay2425s1.github.io/website/schedule/week1/admin.html
git clone https://github.com/raihahahan/ip.git
- Gradle build
- Run
ip [run]
with Gradle.
- Week 1 Tasks
- Week 2 Tasks
- Week 3 Tasks
- Week 4 Tasks
- Week 5 Tasks
- Week 6 Tasks
- Final fixes
- Run smoke tests