Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daviddesimone/ng-fuzzy-search
- Owner: DavidDeSimone
- License: gpl-3.0
- Created: 2021-01-08T17:55:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-16T00:51:01.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T13:46:45.190Z (about 1 month ago)
- Topics: deno, emacs-ng, fuzzy-search, javascript
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'")
```