Skip to content

DavidDeSimone/ng-fuzzy-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-fuzzy-search

This is a fuzzy-search module for emacs-ng . Usage:

M-x fuzzy-search RET FILENAME

This will fuzzy-search for a pattern. By default, it will use the current directory. To set it to a different directory, use

M-x fuzzy-search-set-basedir RET DIR

To use with emacs-ng, just include this line in your init.el:

(eval-js "import 'https://deno.land/x/fuzzy_search@0.3.0/mod-fuzzy.js'")