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
I came across a situation where I specifically needed to find files with a recent ctime, but the --changed-within option implemented in #339 only supports mtime. It would be nice if there were an option for specifying which type of time to compare against. Implementation would probably entail adding a branch around https://github.com/kimsnj/fd/blob/master/src/walk.rs#L309 with a call to Metadata::accessed() or Metadata::created().
The text was updated successfully, but these errors were encountered:
I came across a situation where I specifically needed to find files with a recent
ctime
, but the--changed-within
option implemented in #339 only supportsmtime
. It would be nice if there were an option for specifying which type of time to compare against. Implementation would probably entail adding a branch around https://github.com/kimsnj/fd/blob/master/src/walk.rs#L309 with a call toMetadata::accessed()
orMetadata::created()
.The text was updated successfully, but these errors were encountered: