Code Monkey home page Code Monkey logo

helm-fuzzier's Introduction

Action Gif

Description

This package provides more intuitive fuzzy matching behavior for Helm. Available on MELPA.

helm-fuzzier makes sure the the best matches appear on the list. For query highlighting and sorting results by quality, install helm-flx.

Installation:

  (require 'helm-fuzzier)
  (helm-fuzzier-mode 1)

helm-fuzzier will only enhance matching for sources that have fuzzy-matching enabled, so be sure to enable fuzzy-matching for the sources you're interested in by setting the appropriate variable (helm-M-x-fuzzy-match, helm-mode-fuzzy-match, helm-apropos-fuzzy-match, etc').

Usage

Any query that currently works for you should generally continue to do so. However, when helm-fuzzier-mode is enabled, a query that:

  • Begins with the same letter as the desired match.
  • Is formed by stringing together two or more prefixes from the words that make up the match.

... should nearly always result in the match you're looking for appearing in the top few results.

Example Queries:

  • el, em, elm, eli, elmo, should all match emacs-lisp-mode.
  • plp, plpa, paclp, should all match package-list-packages.
  • hcn, hnl, hecl, should all match helm-candidate-number-limit.

Try toggling helm-fuzzier-mode on and off and compare the results you get with and without helm-fuzzier.

Requirements

  • Emacs >= 24.3
  • Helm >= 1.7.0

Notes

See source code for more detailed information on the implementation.

helm-fuzzier's People

Contributors

bixuanzju avatar ephramperdition avatar pythonnut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.