1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 03:12:12 +00:00
serenity/Userland/Applications/Assistant
faxe1008 b8bd667782 AK: Add FuzzyMatch header
This patch adds a header containing the fuzzy match algorithm
previously used in Assistant. The algorithm was moved to AK
since there are many places where a search may benefit from fuzzyness.
2022-04-20 18:34:09 +02:00
..
CMakeLists.txt AK: Add FuzzyMatch header 2022-04-20 18:34:09 +02:00
main.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Providers.cpp AK: Add FuzzyMatch header 2022-04-20 18:34:09 +02:00
Providers.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00