{"repo":"sharkdp/fd","free":true,"listed":false,"github":"https://github.com/sharkdp/fd","clone":"git clone https://github.com/sharkdp/fd.git","description":"A simple, fast and user-friendly alternative to 'find'","language":"Rust","stars":44112,"topics":["command-line","tool","filesystem","search","regex","rust","cli","terminal","hacktoberfest"],"license":"Apache-2.0","category":"cli-tools","readme_excerpt":"fd [中文] [한국어] fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find . While it does not aim to support all of find 's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. Installation • How to use • Troubleshooting Features Intuitive syntax: fd PATTERN instead of find -iname ' PATTERN ' . Regular expression (default) and glob-based patterns. Very fast due to parallelized directory traversal. Uses colors to highlight different file types (same as ls ). Supports parallel command execution Smart case: the search is case-insensitive by default. It switches to case-sensitive if the pattern contains an uppercase character\\ . Ignores hidden directories and files, by default. Ignores patterns from your .gitignore , by default. The command name is 50% shorter\\ than find :-). Demo How to use First, to get an overview of all available command line options, you can either run fd -h for a concise help message or fd --help for a more detailed version. Simple search fd is designed to find entries in your filesystem. The most basic search you can perform is to run fd with a single argument: the search pattern. For example, assume that you want to find an old script of yours (the name included netflix ): If called with just a single argument like this, fd searches the current directory recursively for any entries that contain the pattern netfl . Regular expression search The search pattern is ","default_branch":null,"files":null,"tree":[],"storefront":"/r/sharkdp","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/sharkdp/fd/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}