Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gowthaman-01/ip

 
 

Repository files navigation

Chitty User Guide

Welcome to Chitty, your personal task manager powered by artificial intelligence!

Introduction

Chitty is an advanced task management application designed to help you organize your tasks efficiently. With its intuitive interface and powerful AI capabilities, Chitty makes it easy to keep track of your to-do lists, deadlines, and events.

Getting Started

To get started with Chitty, follow these steps:

  1. Download the JAR File: You can download the Chitty JAR file from here.

  2. Run the Application: After downloading the JAR file, open a terminal or command prompt on your computer and navigate to the directory where the JAR file is located.

  3. Run the Command: To run the Chitty application, use the following command: java -jar chitty.jar Replace chitty.jar with the name of the downloaded JAR file if it's different.

  4. Explore Chitty: Once the application is running, you can start using Chitty by entering commands in the provided interface. Use the help command to display available commands and their usage.

Using Chitty

Chitty offers a wide range of features to help you manage your tasks effectively. Here's a detailed overview of the available commands and functionalities:

Adding Tasks

  • todo [description] - Add a new to-do task.
    Example: todo Borrow book

  • deadline [description] /by [deadline] - Add a new task with a deadline.
    Example: deadline Return book /by Sunday

  • event [description] /from [start time] /to [end time] - Add a new event task.
    Example: event Project meeting /from Mon 2pm /to 4pm

Managing Tasks

  • mark [task number] - Mark a task as completed.
    Example: mark 1

  • unmark [task number] - Unmark a completed task.
    Example: unmark 1

  • delete [task number] - Delete a task.
    Example: delete 1

  • list -List all tasks.

  • find [query] - Find a task by searching for a keyword.
    Example: find project

Exiting the Application

  • bye - Exit the application.

Displaying Help

  • help - Display this help message.

Tips and Guidelines

  • Task Descriptions: When adding tasks, provide clear and concise descriptions to easily identify them later.

  • Deadlines and Dates: Use specific deadlines and dates when adding tasks with deadlines or events.

  • Task Numbers: Pay attention to task numbers when performing actions like marking, unmarking, or deleting tasks.

Troubleshooting

Encountering issues or have questions? Here are some troubleshooting tips:

  • Check the Documentation: Consult the user guide or documentation for assistance.

  • Contact Support: If you're unable to resolve the issue, reach out to our support team for further assistance.

About Chitty

Chitty is powered by advanced artificial intelligence algorithms designed to enhance productivity and streamline task management. Our mission is to provide users with a seamless and intuitive experience for organizing their tasks effectively.

About

CS2103

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • CSS 1.2%