Hello from
____ _
| _ \ _ _| | _____
| | | | | | | |/ / _ \
| |_| | |_| | < __/
|____/ \__,_|_|\_\___|
You can add 3 types of tasks, todo, deadline and event, into your task list.
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.
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.
This feature is to list all the tasks in the task list.
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 all the tasks according to the keywords in the command.
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
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
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 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
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 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 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 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
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
๐ Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
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.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google โค๏ธ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.