Skip to content

seah-minlong/ip

 
 

Repository files navigation

Alfred User Guide🤵🏻

Welcome to Alfred, your personal task management assistant. Alfred helps you keep track of tasks, deadlines, and events through simple text commands.

Quick Reference

Adding Tasks

  • ToDo: Add a simple task without a date.

    • Command: todo <description>
    • Example: todo Read a book
  • Deadline: Add a task with a deadline.

    • Command: deadline <description> /by <YYYY-MM-DD>
    • Example: deadline Submit report /by 2023-12-01
  • Event: Add a task occurring at a specific time.

    • Command: event <description> /at <YYYY-MM-DD>
    • Example: event Team meeting /at 2023-11-15

Managing Tasks

Managing Tasks

  • List Tasks: View all your tasks.

    • Command: list
  • Mark as Done: Mark a task as completed.

    • Command: mark <task number>
    • Example: mark 2
  • Unmark Task: Mark a task as not done.

    • Command: unmark <task number>
    • Example: unmark 2
  • Delete Task: Remove a task from the list.

    • Command: delete <task number>
    • Example: delete 3

Advanced Features

  • Find Tasks: Search for tasks containing a keyword.

    • Command: find <keyword>
    • Example: find assignment
  • Tag Task: Add a tag to a task.

    • Command: tag <task number> <tag>
    • Example: tag 1 urgent
  • Untag Task: Remove a tag from a task.

    • Command: untag <task number> <tag>
    • Example: untag 1 urgent

Exiting the Application

  • Exit: Exit Alfred.
    • Command: bye

Notes

  • Automatic Saving: Alfred saves your tasks automatically every time the task list changes. This includes adding, deleting, marking, unmarking, tagging, or untagging tasks. Your task list is always saved and up-to-date.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.9%
  • CSS 2.3%
  • Other 1.8%