Code Monkey home page Code Monkey logo

ip's Introduction

duke.Duke project

Hello from
 ____        _        
|  _ \ _   _| | _____ 
| | | | | | | |/ / _ \
| |_| | |_| |   <  __/
|____/ \__,_|_|\_\___|

User Guide

Features

Add tasks

You can add 3 types of tasks, todo, deadline and event, into your task list.

Mark as done

This feature is to allow you to mark the task as done.

If you have finished the task, you can mark the task as done.

Mark as undone

This feature is to let to mark the task as undone.

If you have not finished the task, you can mark the task as undone.

List the tasks

This feature is to list all the tasks in the task list.

Delete the tasks

This feature is to delete the specific task according to its index number. Once you have entered the command, the task will be removed from the list.

Find the tasks

Find all the tasks according to the keywords in the command.

Usage

todo

Add to do to the task list.

Example of usage:

todo {task description}

Example

todo read books

Expected outcome:

Got it. I've added this task: 
[T][ ] read books

deadline

Add deadline to the task list.

Example of usage:

deadline {task description} /by {the date of deadline}

Example:

deadline read books /by Feb 28th

Expected outcome:

Got it. I've added this task: 
[D][ ] read books Feb 28th

event

Add event to the task list

Example of usage:

event {task description} /from {start} /to {end}

Example:

event read books /from Feb 2nd /to Feb 28th

Expected outcome:

Got it. I've added this task: 
[E][ ] read books from: Feb 2nd to: Feb 28th

mark

Mark the task as done

Example of usage:

mark {index number}

Example:

mark 1

Excepted outcome:

Nice! I've marked this task as done:)
[T][โˆš] read books

unmark

Mark the task as undone

Example of usage:

unmark {index number}

Example:

unmark 1

Excepted outcome:

Nice! I've unmarked this task as done:P
[T][] read books

delete

Delete the task and show the total number of tasks

Example of usage:

delete {task index number}

Example:

delete 1

Excepted outcome:

Got it. I've removed this task: 
[T][ ] read books
 There are 4 tasks in your list.

find

Find the tasks according to keywords

find {keywords}

Example:

find books

Excepted outcome

Here are the matching tasks in your list: 

1. [T][ ] read books
2. [D][ ] read books Feb 28th
3. [E][ ] read books from: Feb 2nd to: Feb 28th

list

List all the tasks

Example:

list

Expected outcome:

1. [T][ ] read books
2. [T][ ] wash clothes
3. [T][ ] buy flowers
4. [D][ ] read books Feb 28th
5. [E][ ] read books from: Feb 2nd to: Feb 28th

ip's People

Contributors

tsx0314 avatar j-lum avatar damithc avatar seanleong339 avatar jiachen247 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.