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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ At the start, extensions would have been a command ran by Dlauncher then its std
42
42
43
43
## Backend
44
44
* 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.
46
46
* Recents are stored in a file called `dlauncher.druncache`
47
47
* 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)
0 commit comments