helm-flx icon indicating copy to clipboard operation
helm-flx copied to clipboard

:twisted_rightwards_arrows: Flx-based fuzzy sorting for helm

helm-flx

MELPA

This package implements intelligent helm fuzzy sorting, provided by flx.

You can install the package by either cloning it yourself, or by doing M-x package-install RET helm-flx RET.

After that, you can enable it by putting the following in your init file:

(helm-flx-mode +1)

In addition, there are two important configuration variables:

(setq helm-flx-for-helm-find-files t ;; t by default
      helm-flx-for-helm-locate t) ;; nil by default

Some History

Crazy stuff simmers in my emacs-config, and every once and a while, it's worth sharing. This was no exception. It's been patiently evolving in my config for the better part of a year, and I think it's useful enough to benefit other people.

Note that flx's author @lewang did start work on his own port of helm-flx, but it appears to have been abandoned. (Left unfinished without modification for nine months.) If, at any time, lewang can find time to contribute again, (his implementation is significantly more efficient than mine) I would be glad.

Caveats

  • Doesn't work for sources that don't already support fuzzy matching