@@ -12,7 +12,7 @@ On startup it shows a data‑loading message followed by a greeting before accep
1212> * Items in arrow brackets <> are must to have.</br >
1313> e.g unmark <task_number> must have item <task_number>
1414
15- ## : scroll : Quick Command Overview
15+ ## 📜 Quick Command Overview
16161 . list — Display all tasks in a numbered list.</br >
1717Format: ``` list ```
18182 . todo — Create a Todo task with a description.</br >
@@ -34,7 +34,7 @@ Format: ```find <keyword or phrase>```
343410 . bye — Print the farewell message and exit.</br >
3535Format: ``` bye ```
3636
37- ## : notebook_with_decorative_cover : Detail Commands Description
37+ ## 📔 Detail Commands Description
3838### 1. List task: ``` list ```
3939---
4040Format: ``` list ```
@@ -88,15 +88,15 @@ Format: ```bye```
8888
8989Example: ``` bye ```
9090
91- ## : date : Date and Time Syntacts meaning:
91+ ## 📅 Date and Time Syntacts meaning:
9292| Syntacts | Description |
9393| -------------------------| ------------------------|
9494| ` yyyy ` | Year in 4-digit |
95- | 'MM' | Month in 2-digit |
96- | 'dd' | Day in 2-digit |
95+ | ` MM ` | Month in 2-digit |
96+ | ` dd ` | Day in 2-digit |
9797| ` HH ` | Hours in 2-digit |
9898| ` mm ` | Minutes in 2-digit |
9999
100- ## : information_source : Other info
100+ ## ℹ️ Other info
1011011 . Tasks are by default save at data/data.txt.
1021022 . Save action is trigger every time you make modification to the task list.
0 commit comments