fuzzy-match

MIT

From a string input and a list of candidates, return the most relevant candidates first.

$ area51 add fuzzy-matchCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(fuzzy-match:some-function ...)