Welcome to Duc, your personal task management assistant. This guide will help you navigate through Duc's features and functions to enhance your productivity.
- Ensure you have Java 11 installed on your system. If not, download and install it from Oracle's official website.
- Download the
Duc.jar
file from the provided link. - Open your command line interface (CLI).
- Navigate to the directory where the
Duc.jar
file is located. - Run the application using the command: java -jar duc.jar
Duc supports three types of tasks:
- Todo: A basic task with a description.
- Command:
todo [task description]
- Command:
- Deadline: A task with a due date.
- Command:
deadline [task description] /by [dd/mm/yyyy] [time]
- example : deadline return book /by 2/12/2019 1800
- Command:
- Event: A task that occurs over a period.
- Command:
event [event description] /from [start date] /to [end date]
- Command:
- View a list of all your tasks.
- Command:
list
- Command:
- Mark a task as completed.
- Command:
mark [task number]
- Command:
- Revert a task to an uncompleted state.
- Command:
unmark [task number]
- Command:
- Remove a task from your list.
- Command:
delete [task number]
- Command:
- Find tasks by a keyword.
- Command:
find [keyword]
- Command:
- Safely close the application.
- Command:
bye
- Command:
- If you enter a command in an incorrect format, Duc will provide an error message guiding you to use the correct format.
- Your tasks are automatically saved after each operation, ensuring that your data is not lost even if the application closes unexpectedly.
For additional support or feedback, please contact the Duc support team.
Thank you for using Duc - your reliable task management assistant!