Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
/ helm-fd Public archive

A fast alternative to helm-find that uses fd

License

Notifications You must be signed in to change notification settings

lerouxrgd/helm-fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published