Skip to content

Commit c0694e3

Browse files
committed
initial
1 parent b1d9587 commit c0694e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ At the start, extensions would have been a command ran by Dlauncher then its std
4242

4343
## Backend
4444
* The backend is now written in Rust, allowing the launcher to use less resources.
45-
* The way search works, there aren't that many fuzzy search libraries, I just decided to use one that seemed good enough and would do the job. This will obviously make search results be a bit different
45+
* The way search works might still act different from the original Ulauncher. I found a library called [fuzzywuzzy-rs](https://github.com/logannc/fuzzywuzzy-rs) which had a method called `get_matching_blocks` which I have just decided to copy over to here since I did not want to import this as a dependency/use anything from it except that.
4646
* Recents are stored in a file called `dlauncher.druncache`
4747
* The configuration is entirely based in a file instead of being managed through a UI. (I might add an external program that manages the file, so it doesn't interfere with the main process)
4848
* Extensions (basically entirely different lol)

0 commit comments

Comments
 (0)