Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Winniehyx committed Feb 19, 2021
1 parent 40800c8 commit b99b387
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Prerequisites: JDK 11, update Intellij to the most recent version.

5.Press Enter on your keyboard to execute the commands.

Image of Ui:
https://github.com/Winniehyx/ip/blob/master/docs/Ui.png

## List of Features
These are the following features of Duke:
### Add tasks
Expand Down Expand Up @@ -40,7 +43,9 @@ There are 3 categories of tasks:
## Notes about commands
When there are extra parameters behind the function 'list' , the program is smart enough to know that the user wants the 'list' function so no error would be thrown and the tasklist would be displayed.

The date format should be written in the format "d/M/yyyy HHmm", else an error would be thrown
The date format should be written in the format "d/M/yyyy HHmm", else an error would be thrown.

Tag should be the last argument.

# Saving of commands
Commands would be saved into a file once the 'bye' command is typed into the app. Data will be saved in the directory where you saved the jar file, under /data/duke.txt . A new file would be formed if there are no existing file. If there exists an existing file, the file would be used.
Expand Down Expand Up @@ -108,7 +113,7 @@ Expected outcome:
The list of task in the order that they are added would be displayed.

### 'tag'
Tags a specific task in the tasklist.
Tags a specific task in the tasklist. Tag should come after at or by.

Example of usage:
`todo buy shoes /tag purchase`
Expand Down

0 comments on commit b99b387

Please sign in to comment.