Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daviddesimone/ng-fuzzy-search

Fuzzy-search tool built for emacs-ng
https://github.com/daviddesimone/ng-fuzzy-search

deno emacs-ng fuzzy-search javascript

Last synced: 26 days ago
JSON representation

Fuzzy-search tool built for emacs-ng

Awesome Lists containing this project

README

        

# ng-fuzzy-search

This is a fuzzy-search module for [emacs-ng](https://github.com/emacs-ng/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:

```lisp
(eval-js "import 'https://deno.land/x/[email protected]/mod-fuzzy.js'")
```