-
-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search based on file timestamps (atime, ctime, mtime) #165
Comments
Sounds good. Do we need all three? I would guess that |
I just use |
I agree with adding support for only file modification time. And I think a more powerful syntax for describing the time duration may help, e.g. 20min, 1h, 5d. Time moment is helpful too, but that could be too ambiguous. |
Just an idea, but I think it would be cool if we could parse relative timespans (as well as absolute date/times) and allow for things like:
|
I agree that an mtime feature would be a valuable addition |
atime is a nice feature when you want to clean a file server :) |
Not completely sure about the best names for those options, but I think we should move forward by using |
Hi, |
@kimsnj Sounds great. I think a good way to start would be to look at how similar features are implemented: |
finally closed in deea31c |
Released in fd-7.2.0. |
For the record, I just went back to relying on |
I just hit this road bump myself |
find
has this very useful feature that I use often, which is timestamp-based file search. You're probably familiar with it already, but here's the documentation for those flags:What do you think? Thank you.
The text was updated successfully, but these errors were encountered: