sublime-fuzzy is a Kotlin implementation of Sublime Text's fuzzy searching algorithm, widely recognized to be among the best in the industry.
dependencies {
implementation("com.github.android-password-store:sublime-fuzzy:<latest version>")
}Huge thanks to Forrest Smith for their blog 'Reverse Engineering Sublime Text's Fuzzy Match' that served as a baseline for this implementation.