Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ fd Public
forked from sharkdp/fd

A simple, fast and user-friendly alternative to 'find'

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

shadowfax92/fd

 
 

fd

Clone of fd with some custom changes for my needs.

Features:

  1. Support for whitelist search

why I added this:

  • In fd I found it bit hard to make it search only in specific directories. One way is in .ignore add all directories you don't want to search by !<ignore-dir>. But, this was too cumbersome. Hence, I built support for whitelist. How it works:
  1. create a file called .whitelists in your direction and add only the directories that you want it to be search it.
  2. Run fd with fd -w where it searches only within those whitelisted directories.

About

A simple, fast and user-friendly alternative to 'find'

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.9%
  • Shell 5.1%