Releases: jaylontan/ip
Releases · jaylontan/ip
Initial Release
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?
- Download the JAR file from the Assets section below.
- Run it using:
java -jar teddy.jar
- Start adding and managing your tasks!
Example Commands
list- View all your taskstodo <description>- Add a new ToDo taskdeadline <description> /by <date>- Add a Deadline taskevent <description> /from <start> /to <end>- Schedule an Eventmark <task number>- Mark a task as doneunmark <task number>- Unmark a completed taskdelete <task number>- Remove a task from your listfind <keyword>- Search for tasks containing a specific keywordbye- Close the application
Installation
- Download the latest release from GitHub.
- Ensure you have Java installed (
java -versionto check). - Navigate to the directory where the JAR file is saved.
- Run the application using:
java -jar teddy.jar