You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New --and <pattern> option to add additional patterns that must also be matched. See #315
and #1139 (@Uthar)
Added --changed-after as alias for --changed-within, to have a name consistent with --changed-before.
Changes
Breaking: On Unix-like systems, --type executable now additionally checks if
the file is executable by the current user, see #1106 and #1169 (@Ptipiak)
Bugfixes
Use fd instead of fd.exe for Powershell completions (when completions are generated on windows)