Skip to content

Commit aaf8c55

Browse files
committed
update README.md
1 parent 3aefdd5 commit aaf8c55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A fast and feature-rich TUI (Text-based User Interface) application written in R
2929

3030
<br>
3131

32-
## 🚀 Getting Started
32+
## Getting Started
3333
### 📦 Installation
3434
There are three ways to get started with TraceView:
3535

@@ -178,8 +178,8 @@ TraceView provides a powerful search feature that allows users to search specifi
178178

179179
### Search Options
180180
TraceView offers two search modes:
181-
- **Flat Search:** 🔎 Searches only within the currently selected directory (non-recursive). Ideal for quick local searches.
182-
- **Deep Search:** 🌐 Recursively searches through all subdirectories within the selected path. Useful for locating files or directories in nested structures.
181+
- **Flat Search:** Searches only within the currently selected directory (non-recursive). Ideal for quick local searches.
182+
- **Deep Search:** Recursively searches through all subdirectories within the selected path. Useful for locating files or directories in nested structures.
183183

184184
### Search Input History
185185
- The input field for typing search queries maintains a **history of previous searches** during the current session.
@@ -201,16 +201,16 @@ TraceView offers two search modes:
201201
## 🗂️ Capturing File and Directory Metadata
202202
TraceView allows users to capture metadata (press `Ctrl + A` in Explorer Context), for both files and directories with the following considerations:
203203

204-
### 📄 File Metadata
204+
### File Metadata
205205
- File metadata is available immediately after invoking the metadata view.
206206
- Displayed information includes file size, permissions, last modified date, and ownership.
207207

208-
### 📁 Directory Metadata
208+
### Directory Metadata
209209
- Directory metadata collection may take longer, especially for large directories.
210210
- This is because TraceView recursively scans all contained files and subdirectories to determine:
211-
- 📏 Total size
212-
- 🗂️ Number of contained files
213-
- 📂 Number of contained subdirectories
211+
- Total size
212+
- Number of contained files
213+
- Number of contained subdirectories
214214
- **Note:** The depth and complexity of the directory structure will affect the processing time.
215215
- If `follow_sym_links` is enabled in the configuration, symbolic links within directories are also traversed, potentially increasing processing time.
216216
---

0 commit comments

Comments
 (0)