Welcome to Alfred, your personal task management assistant. Alfred helps you keep track of tasks, deadlines, and events through simple text commands.
-
ToDo: Add a simple task without a date.
- Command:
todo <description>
- Example:
todo Read a book
- Command:
-
Deadline: Add a task with a deadline.
- Command:
deadline <description> /by <YYYY-MM-DD>
- Example:
deadline Submit report /by 2023-12-01
- Command:
-
Event: Add a task occurring at a specific time.
- Command:
event <description> /at <YYYY-MM-DD>
- Example:
event Team meeting /at 2023-11-15
- Command:
-
List Tasks: View all your tasks.
- Command:
list
- Command:
-
Mark as Done: Mark a task as completed.
- Command:
mark <task number>
- Example:
mark 2
- Command:
-
Unmark Task: Mark a task as not done.
- Command:
unmark <task number>
- Example:
unmark 2
- Command:
-
Delete Task: Remove a task from the list.
- Command:
delete <task number>
- Example:
delete 3
- Command:
-
Find Tasks: Search for tasks containing a keyword.
- Command:
find <keyword>
- Example:
find assignment
- Command:
-
Tag Task: Add a tag to a task.
- Command:
tag <task number> <tag>
- Example:
tag 1 urgent
- Command:
-
Untag Task: Remove a tag from a task.
- Command:
untag <task number> <tag>
- Example:
untag 1 urgent
- Command:
- Exit: Exit Alfred.
- Command:
bye
- Command:
- 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.