This repository was archived by the owner on Oct 17, 2024. It is now read-only.
2.2.0
Fixes #201 Uses the Optimal string alignment distance algorithm to compute edit distance, which allows for additions, removals, substitutions, and swaps - all as 1 cost operations. Suggests any commands within an edit distance of <=2 by default, which is configurable. You can set it to 0 to disable the feature.