fd icon indicating copy to clipboard operation
fd copied to clipboard

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

Results 149 fd issues
Sort by recently updated
recently updated
newest added

I'm trying to list files and also symlinks to files. `-tf` omits symlinks. `-L` follows directories (potentially exploding into thousands of results) How about `-t!d` (all except directories), `-t!l` (exclude...

feature-request

when searching across multiple devices, cpu utilization is rarely the bottleneck but rather io is. an option to scatter the search targets of threads would speed up search massively when...

help wanted
feature-request
performance

I'm mainly dealing with the issue of dotfiles not showing up when `fd` is used with `fzf` (`export FZF_DEFAULT_COMMAND="fd --type file"`) to efficiently list files on disk. Clearly the default...

question

**What version of `fd` are you using?** fd 8.4.0 Brand new Macbook M1, installed yesterday with `brew install fd`. I'm getting randomly the following exception: ``` zsmac16 user ~/Documents $...

question

Mention [EuroLinux](https://en.euro-linux.com/eurolinux/what-is/) as supported RHEL replica.

Using `fd` 8.4.0 and I want to just abbreviate the output getting fed into my FZF to not show the full home directory path but rather abbreviate the outputs with...

question

To improve usability, I think it would be good to ignore the rules in `.gitignore` when the user tries to search inside a dir that is already ignored. This will...

feature-request

Looking in the GitHub releases, I don't see one for Apple Silicon. I might be overlooking it? I'm not sure. If I'm overlooking it, please let me know which artifact...

feature-request

Detecting an executable efficiently is not simple: https://stackoverflow.com/questions/4458120/search-for-executable-files-using-find-command fd uses the executable bit of the file permissions, which should be mentioned in the help page.