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

**Describe the bug you encountered:** The [examples](https://github.com/sharkdp/fd#excluding-specific-files-or-directories) for the `--exclude` or `-E` option imply that it should work with absolute paths (`/mnt/external-drive` is given as an example). However, it only...

bug

Since fd 8.4, we show this error message: ``` ▶ fd foo -X non-existent [fd error]: Command not found: Command { inner: "non-existent" "./foo", remaining_argument_length: 2079626 } ``` which is...

bug
good first issue

Implementation for #1042, flag `--print-exec` The flag causes the commands that are going to be executed to first be printed with colored highlighting. Highlighting uses the same logic as when...

Looking at the provided tarballs there not many files so a rpm suitable for multiple distributions should be possible.

feature-request

**What version of `fd` are you using?** `fd 8.3.1` `fish, version 3.3.1` ```sh $ cd /mnt/path/to/some/external/drive # Unmount the drive # Remount the drive at the same space (may not...

question

I'm running a large batch processing job using -x. It'd be nice to display the name of the currently processed file or files (with parallel processing). I don't know any...

feature-request

## Proposal ### Updaptes 1. As per https://github.com/sharkdp/fd/pull/1068#issuecomment-1195460922, adding the short flag `-P` is no longer required. Only the long flag `--print-exec` may be implemented. ### Original > This is...

feature-request

I installed fd with pacman on arch linux. I did add the following in .bash_profile but I guess they are irrelevant anyway. When I search with plain `fd` I get...

bug

Switch to using clap-derive for parsing command line arguments. For most options, this removes some boilerplate. Open questions: - does this hurt performance? - does this hurt executable size? -...