You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`list` followed by `delete 2` deletes the 2nd person in the address book.
164
170
*`find Betsy` followed by `delete 1` deletes the 1st person in the results of the `find` command.
165
171
172
+
###Viewing Calendar of the current month
173
+
Shows an image of the calendar with your reminders (e.g. tasks, assignments datelines, and friends’ birthday) for each specific dates.
174
+

175
+
Format: `calendar`
176
+
166
177
### Clearing all entries : `clear`
167
178
168
179
Clears all entries from the address book.
169
180
170
-
Format: `clear`
171
-
172
-
### Exiting the program : `exit`
173
-
174
-
Exits the program.
175
-
176
-
Format: `exit`
181
+
Format: `clear``
177
182
178
183
### Saving the data
179
184
180
-
AddressBook data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
185
+
RemindMe save your data in the hard disk automatically after every command that changes the data. There is no need for you to save manually.
181
186
182
187
### Editing the data file
183
188
184
-
AddressBook data are saved as a JSON file `[JAR file location]/data/addressbook.json`. Advanced users are welcome to update data directly by editing that data file.
189
+
AddressBook data are saved as a JSON file `[JAR file location]/data/remindme.json`. Advanced users are welcome to update data directly by editing that data file.
0 commit comments