Artemis frees your mind of having to remember things you need to do. It's,
- text-based
- easy to learn
FASTSUPER FAST to use- Efficient for fast typer
All you need to do is,
- download it from here.
- double-click it.
- add your tasks.
- let it manage your tasks for you 😉
And it is FREE!
Features:
- Managing todo tasks
- Managing deadlines tasks
- Managing events tasks
Add a deadline to the task list with the date and time.
The outcome should reflect the successful addition of this deadline to the task list with unmark box [ ] and [D] specified deadline.
Format: deadline [task] /by [dd-mm-yyyy hhmm]
Example:
deadline assignment /by 01-01-2024 2359
_______________________________________________
Got it. I've added this task:
[D][ ] assignment (by: Jan 01 2024 11:59PM)
Now you have 1 tasks in the list.
_______________________________________________
Add an event to the task list with the date and time.
The outcome should reflect the successful addition of this event to the task list with unmark box [ ] and [E] specified event.
Format: event [task] /from [dd-mm-yyyy hhmm] /to [dd-mm-yyyy hhmm]
Example:
event meeting /from 01-01-2024 1000 /to 01-01-2024 1200
_______________________________________________
Got it. I've added this task:
[E][ ] meeting (from: Jan 01 2024 10:00AM to: Jan 01 2024 12:00PM)
Now you have 1 tasks in the list.
_______________________________________________
Add a todo to the task list with the date and time.
The outcome should reflect the successful addition of this todo to the task list with unmark box [ ] and [T] specified todo.
Format: todo [task]
Example:
todo return book
_______________________________________________
Got it. I've added this task:
[T][ ] return book
Now you have 1 tasks in the list.
_______________________________________________
Shows a list of all tasks in the task list.
Format: list
Mark the specified task as done from the task list.
Format: mark INDEX
Example:
mark 5- The index refers to the index number shown in the displayed task list.
- Index must be a positive integer 1, 2, 3...
Mark the specified task as undone from the task list.
Format: unmark INDEX
Example:
unmark 5- The index refers to the index number shown in the displayed task list.
- Index must be a positive integer 1, 2, 3...
Delete the specified task from the task list.
Format: delete INDEX
Example:
delete 5- The index refers to the index number shown in the displayed task list.
- Index must be a positive integer 1, 2, 3...
Use find followed by keyword to search for tasks.
Format: find KEYWORDS
- The search is not case-insensitive. e.g:
Bookwill not matchbook. - Partial words will be matched e.g:
bowill matchbook. - The order of the keywords is matter. e.g.
book returnwill not matchreturn book.
Example:
find bookwill return all the task with description that containsbook.- e.g:
return book,borrow book,buy book...
Use bye to exit the application.
Format: bye
Task list are saved in the hard disk automatically after exit the application. Artemis data are saved automatically as a txt file [JAR file location]/data/artemis.txt. Advanced users are welcome to update data directly by editing that data file.
| Action | Format, Examples |
|---|---|
| Todo | todo TASKe.g., todo return book |
| Deadline | deadline TASK /by dd-mm-yyyy hhmme.g., deadline assignment /by 01-01-2024 2359 |
| Event | event meeting /from dd-mm-yyyy hhmm /to dd-mm-yyyy hhmme.g., event meeting /from 01-01-2024 1000 /to 01-01-2024 1200 |
| List | list |
| Mark | mark INDEXe.g., mark 1 |
| Unmark | unmark INDEXe.g., unmark 1 |
| Delete | delete INDEXe.g., delete 1 |
| Find | find KEYWORDe.g., find book |