Skip to content

Commit 48c0d82

Browse files
committed
update README
1 parent e1bd77e commit 48c0d82

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ TraceView operates in three primary contexts, each with context-specific control
158158
2. **Search Context** 🔎 – Input and execute file/directory searches.
159159
3. **Result Context** 📄 – View and export search results.
160160

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.
162162

163163
## 🧮 Status Bar Features
164164
The status bar, located at the bottom of the interface, provides:
@@ -202,7 +202,7 @@ TraceView offers two search modes:
202202
TraceView allows users to capture metadata for both files and directories with the following considerations:
203203

204204
### 📄 **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).
206206
- Displayed information includes file size, permissions, last modified date, and ownership.
207207

208208
### 📁 **Directory Metadata**
@@ -221,7 +221,7 @@ TraceView allows users to capture metadata for both files and directories with t
221221
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.
222222

223223
**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`.
225225
- This is especially useful during deep searches or large directory exports that require extensive processing time.
226226
---
227227

@@ -253,14 +253,14 @@ Thanks to the developers of these crates, without whom `TraceView` would not exi
253253
<br>
254254

255255
## 🧪 Tested Platforms
256-
TraceView has been tested on the following operating systems and environments with **x86_64** CPU architecture:
257-
258-
| Operating System | Version | Terminal/Shell |
259-
|------------------|-----------------|-------------------------------------------------|
260-
| 🪟 Windows | 10 (Pro) | Windows Terminal, PowerShell |
261-
| 🐧 Ubuntu Linux | 24.10 | GNOME-Terminal / bash, zsh |
262-
| 🐧 Linux Mint | 22.1 | GNOME-Terminal / bash, zsh |
263-
| 🍎 macOS | Monterey (12.x) | iTerm2 / zsh |
256+
TraceView has been tested on the following operating systems and environments:
257+
258+
| Operating System | Version | Terminal/Shell | CPU-Arch |
259+
|------------------|-----------------|-------------------------------------------------|-----------
260+
| 🪟 Windows | 10 (Pro) | Windows Terminal, PowerShell | x86_64 |
261+
| 🐧 Ubuntu Linux | 24.10 | GNOME-Terminal / bash, zsh | x86_64 |
262+
| 🐧 Linux Mint | 22.1 | GNOME-Terminal / bash, zsh | x86_64 |
263+
| 🍎 macOS | Monterey (12.x) | iTerm2 / zsh | x86_64 |
264264

265265
### Notice
266266
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

Comments
 (0)