ErrLookup › sharkdp/fd

sharkdp/fd

A simple, fast and user-friendly alternative to 'find' · Rust · 22 source files

Analyzed at 41532d114e on 2026-08-06. 16 documented errors.

Code / MessageTypeSeverityTags
Unable to get shell from environment
exception error completions, environment, shell, cli-flag
Could not retrieve current directory (has it been deleted?).
exception error filesystem, cwd, concurrency, environment
more than one ':' present in owner string '{}'. See 'fd --he
validation error owner-filter, parsing, cli-flag, unix
'{}' is not a recognized user name
validation error owner-filter, parsing, unix, user-lookup
'{}' is not a recognized group name
validation error owner-filter, parsing, unix, group-lookup
'{}' is not a valid size constraint. See 'fd --help'.
validation error size-filter, parsing, cli-flag, regex
The '--base-directory' path '{}' is not a directory.
validation error base-directory, filesystem, cli-flag, validation
The search pattern '{pattern}' contains a path-separation ch
validation error search-pattern, path-separator, user-guidance, cli-flag
A path separator must be exactly one byte, but the given sep
validation error path-separator, windows, cli-flag, shell-expansion
'fd --list-details' is not supported on Windows unless GNU '
exception error list-details, windows, external-command, platform
'fd --list-details' is not supported on this platform.
exception error list-details, platform, unsupported, cfg
'{}' is not a valid date or duration. See 'fd --help'.
validation error time-filter, parsing, cli-flag, jiff
The pattern(s) seems to only match files with a leading dot,
validation error search-pattern, hidden-files, unix, user-guidance
{} Note: You can search for literal substrings with '--fixe
exception error regex, search-pattern, parsing, user-guidance
Malformed exclude pattern: {}
validation error exclude, glob, parsing, ignore
Mismatch in exclude patterns
validation error exclude, glob, ignore, build-error