shadowfax92 / fd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

License:Apache License 2.0


Languages

Language:Rust 94.9%Language:Shell 5.1%