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

Skip to content

jovantanyk/ip

 
 

Repository files navigation

Paimon User Guide

Paimon User Interface

Paimon is a versatile task manager designed to help you keep track of your tasks efficiently. With a user-friendly graphical user interface (GUI), Paimon simplifies task management, allowing you to add, delete, mark tasks as done or undone, and search for tasks with ease. Below is a comprehensive guide to Paimon's features, ensuring you get the most out of your task manager.

List Tasks

Description: Displays all your tasks in a list.

Usage Example: list

Expected Outcome:

1. [T][ ] Read a book
2. [D][X] Submit assignment (by: Mar 10)
3. [E][ ] Project meeting (from: Mar 11, 10am to: Mar 11, 11am)

Add a Todo Task

Description: Adds a task without any deadline.

Usage Example: todo Read a book

Expected Outcome:

Added: [T][ ] Read a book

Add a Deadline

Description: Adds a task with a deadline.

Usage Example: deadline Submit assignment /by Mar 10

Expected Outcome:

Added: [D][ ] Submit assignment (by: Mar 10)

Add an Event

Description: Adds a task with a start and end time.

Usage Example: event Project meeting /from Mar 11, 10am /to Mar 11, 11am

Expected Outcome:

Added: [E][ ] Project meeting (from: Mar 11, 10am to: Mar 11, 11am)

Mark a Task as Done

Description: Marks a task as completed.

Usage Example: mark 2

Expected Outcome:

Marked as done: [D][X] Submit assignment (by: Mar 10)

Unmark a Task

Description: Marks a completed task as not done.

Usage Example: unmark 2

Expected Outcome:

Marked as not done: [D][ ] Submit assignment (by: Mar 10)

Delete a Task

Description: Deletes a task from your list.

Usage Example: delete 1

Expected Outcome:

Deleted: [T][ ] Read a book

Find Tasks by Keyword

Description: Lists all tasks that contain a specific keyword.

Usage Example: find book

Expected Outcome:

[T][ ] Read a book

Exit the Program

Description: Safely exits Paimon.

Usage Example: bye

Expected Outcome:

Goodbye! Hope to see you again soon!

Add a Task with a Start Time

Description: Adds a task that must be started after a specific time.

Usage Example: doafter Email professor /from Mar 12

Expected Outcome:

Added: [T][ ] Email professor (after: Mar 12)

This user guide aims to make your experience with Paimon as smooth and productive as possible. Whether you're managing daily tasks or planning for future events, Paimon is here to assist you every step of the way.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • Shell 1.2%
  • Batchfile 0.8%