lerouxrgd / helm-fd

A fast alternative to helm-find that uses fd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-fd

MELPA License

Same as helm-find but using fd instead of find, therefore you have to install it beforehand. fd is written in Rust and is much faster than find.

The main function is helm-fd and mimics helm-find. A project scoped search function helm-fd-project is also provided. By default, fd will ignore hidden directories/files and patterns from .gitignore file when present.

Setup

(use-package helm-fd
  :bind (:map helm-command-map
              ("/" . helm-fd)))

About

A fast alternative to helm-find that uses fd

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%