Skip to content

Commit

Permalink
Adding a contents page
Browse files Browse the repository at this point in the history
  • Loading branch information
3m0W33D committed Sep 22, 2021
1 parent ccf8c50 commit 36405a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ tasks and get more done during the day!

- [QuickStart](#quick-start)
- [Features](#features)
- [Adding a Todo: `todo`](#adding-a-todo-todo)
- [Adding a Deadline: `deadline`](#adding-a-deadline-deadline)
- [Adding a Event: `event`](#adding-a-event-event)
- [Listing all tasks: `list`](#listing-all-tasks-list)
- [Marking a task as done: `done`](#marking-a-task-as-done-done)
- [Deleting a task: `delete`](#deleting-a-task-delete)
- [Searching for a task: `find`](#searching-for-a-task-find)
- [Exiting the program: `bye`](#exiting-the-program-bye)
- [Save data to file](#save-data-to-file)
- [FAQ](#faq)
- [Command Summary](#command-summary)

___

## Quick Start
Expand Down

0 comments on commit 36405a2

Please sign in to comment.