Skip to content

Commit cce9540

Browse files
authored
Add spotlight and adjust the order of the paragraphs.
1 parent 1657203 commit cce9540

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

Diff for: README.md

+27-15
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,19 @@ When developing [WindTerm](https://github.com/kingToolbox/WindTerm), I need a fa
1313
# License
1414
**Completely FREE for commercial and non-commercial use without limitations. All released source codes (except thirdparty directory) are provided under the terms of Apache-2.0 license.**
1515

16-
# Download
16+
# Spotlight
1717

18-
**Windows binary**: https://github.com/kingToolbox/WindFind/releases
18+
## Any user, any file system
1919

20-
**Linux binary** and **MacOS binary** will be released soon, stay tuned!
20+
`WindFind` supports **any user** indexing **any file system**, as long as the operating system can read it, everything can be indexed quickly.
2121

22-
# Source Code
22+
## Super-fast speed, ultra-small index
2323

24-
Since WindFind is just a by-product of WindTerm, and all the source code is shared with WindTerm, if you have any source code requirements, please visit [WindTerm](https://github.com/kingtoolbox/windterm).
24+
**`WindFind`'s folder traversal speed is unmatched**. Once it detects administrator privileges, it directly indexes the `MFT`, delivering incredibly fast performance. The thoughtfully designed index data structure allows each file to be represented with just **4 bytes**, capturing its path, file size, and modification time, resulting in **an index file that is smaller than ever before**.
2525

26-
Please note that **WindTerm**, **WindEdit**, and **WindFind** are all **partial** open source projects.
27-
28-
# Issues and feature requests
26+
## Rich features that meet your every need.
2927

30-
Any issues and feature requests are welcome.
31-
32-
Please click [issues](https://github.com/kingToolbox/WindFind/issues) to commit an issue or a feature request.
33-
34-
Please click [Discussion](https://github.com/kingToolbox/WindFind/discussions) to discuss any topics related to file systems, indexing, and performance improvements.
35-
36-
# Screenshots
28+
More than just indexing and searching—**it's a master at displaying file lists and calculating sizes**! Enjoy vibrant colors, striking icons, and lightning-fast printing speeds, all designed to elevate your file browsing experience to new heights!
3729

3830
# Features
3931

@@ -231,3 +223,23 @@ The version of clients:
231223
<td>Very fast, tens of ms</td>
232224
</tr>
233225
</table>
226+
227+
# Download
228+
229+
**Windows binary**: https://github.com/kingToolbox/WindFind/releases
230+
231+
**Linux binary** and **MacOS binary** will be released soon, stay tuned!
232+
233+
# Source Code
234+
235+
Since WindFind is just a by-product of WindTerm, and all the source code is shared with WindTerm, if you have any source code requirements, please visit [WindTerm](https://github.com/kingtoolbox/windterm).
236+
237+
Please note that **WindTerm**, **WindEdit**, and **WindFind** are all **partial** open source projects.
238+
239+
# Issues and feature requests
240+
241+
Any issues and feature requests are welcome.
242+
243+
Please click [issues](https://github.com/kingToolbox/WindFind/issues) to commit an issue or a feature request.
244+
245+
Please click [Discussion](https://github.com/kingToolbox/WindFind/discussions) to discuss any topics related to file systems, indexing, and performance improvements.

0 commit comments

Comments
 (0)