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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ TraceView operates in three primary contexts, each with context-specific control
158
158
2.**Search Context** 🔎 – Input and execute file/directory searches.
159
159
3.**Result Context** 📄 – View and export search results.
160
160
161
-
* Please use the provided help page by pressing “F1” to view all keyboard shortcuts and their context.
161
+
* Please use the provided help page by pressing `F1` to view all keyboard shortcuts and their context.
162
162
163
163
## 🧮 Status Bar Features
164
164
The status bar, located at the bottom of the interface, provides:
@@ -202,7 +202,7 @@ TraceView offers two search modes:
202
202
TraceView allows users to capture metadata for both files and directories with the following considerations:
203
203
204
204
### 📄 **File Metadata**
205
-
- File metadata is available immediately after invoking the metadata view (press `M` in Explorer Context).
205
+
- File metadata is available immediately after invoking the metadata view (press `Ctrl + A` in Explorer Context).
206
206
- Displayed information includes file size, permissions, last modified date, and ownership.
207
207
208
208
### 📁 **Directory Metadata**
@@ -221,7 +221,7 @@ TraceView allows users to capture metadata for both files and directories with t
221
221
Some operations in TraceView, such as searching for files/directories or exporting search results, may take longer to complete depending on the size and complexity of the filesystem.
222
222
223
223
✅ **Cancel Ongoing Processes:**
224
-
- You can quit the app at any time by pressing **Ctrl + Q**.
224
+
- You can quit the app at any time by pressing `Ctrl + Q`.
225
225
- This is especially useful during deep searches or large directory exports that require extensive processing time.
226
226
---
227
227
@@ -253,14 +253,14 @@ Thanks to the developers of these crates, without whom `TraceView` would not exi
253
253
<br>
254
254
255
255
## 🧪 Tested Platforms
256
-
TraceView has been tested on the following operating systems and environments with **x86_64** CPU architecture:
When testing under MacOs, I noticed that the standard terminal does not fully support true RGB (24-bit) colors. For this reason, the test was also carried out with the third-party terminal `iTerm2'`. There all colors are displayed as expected. So if you notice an incorrect display of colors under MacOs, please use the [iTerm2](https://iterm2.com/) terminal.
0 commit comments