Skip to content

Releases: jaylontan/ip

Initial Release

19 Feb 12:06

Choose a tag to compare

Teddy v1.0 - First Official Release

Introduction

Teddy is a simple yet efficient task management assistant designed to help you stay organized. Whether it's keeping track of to-dos, deadlines, or events, Teddy makes it easy to manage your tasks with a user-friendly interface and intuitive commands.

Features

  • Task Management: Add, list, and manage your tasks effortlessly.
  • Task Updates: Mark tasks as done, unmark them, and delete tasks when needed.
  • Search Functionality: Find specific tasks using keywords.
  • User-Friendly Interface: A clean and simple UI for easy interaction.

How to Use?

  1. Download the JAR file from the Assets section below.
  2. Run it using:
java -jar teddy.jar
  1. Start adding and managing your tasks!

Example Commands

  • list - View all your tasks
  • todo <description> - Add a new ToDo task
  • deadline <description> /by <date> - Add a Deadline task
  • event <description> /from <start> /to <end> - Schedule an Event
  • mark <task number> - Mark a task as done
  • unmark <task number> - Unmark a completed task
  • delete <task number> - Remove a task from your list
  • find <keyword> - Search for tasks containing a specific keyword
  • bye - Close the application

Installation

  1. Download the latest release from GitHub.
  2. Ensure you have Java installed (java -version to check).
  3. Navigate to the directory where the JAR file is saved.
  4. Run the application using:
java -jar teddy.jar