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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ A fast and feature-rich TUI (Text-based User Interface) application written in R
29
29
30
30
<br>
31
31
32
-
## 🚀 Getting Started
32
+
## Getting Started
33
33
### 📦 Installation
34
34
There are three ways to get started with TraceView:
35
35
@@ -178,8 +178,8 @@ TraceView provides a powerful search feature that allows users to search specifi
178
178
179
179
### Search Options
180
180
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.
183
183
184
184
### Search Input History
185
185
- 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:
201
201
## 🗂️ Capturing File and Directory Metadata
202
202
TraceView allows users to capture metadata (press `Ctrl + A` in Explorer Context), for both files and directories with the following considerations:
203
203
204
-
### 📄 File Metadata
204
+
### File Metadata
205
205
- File metadata is available immediately after invoking the metadata view.
206
206
- Displayed information includes file size, permissions, last modified date, and ownership.
207
207
208
-
### 📁 Directory Metadata
208
+
### Directory Metadata
209
209
- Directory metadata collection may take longer, especially for large directories.
210
210
- 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
214
214
-**Note:** The depth and complexity of the directory structure will affect the processing time.
215
215
- If `follow_sym_links` is enabled in the configuration, symbolic links within directories are also traversed, potentially increasing processing time.
0 commit comments