#1819·fd

Feature Request: show warning when no matches found

Author: durationextenderCreated Oct 28, 2025Updated Sep 9, 2026
Labelsfeature-request

Hey maintainers,

When fd finds no matches, it produces no output. This can be confusing for users. I understand this follows Unix convention (silent = not found), but explicit feedback might improve UX for new users.

Suggestion: Add optional message like "No files found matching 'pattern'" Perhaps behind --verbose flag or config option.

Kind regards, Duration-Extender