Closed martinus closed 2 months ago
as I understand it should only highlight the files that are < 5 minutes old.
It applies to files that were created or modified within the last 5 mins. Are you sure those files haven't been modified (i.e have their mtime
updated) recently?
I'm pretty sure they were not modified, when I run ls -l --time=mtime
(which should be the default anyways) it shows the same times. I believe it might have something to do with the modification time of the parent directory, when that was modified recently I get this behavior that everything inside looks recently modified even when it isn't
I believe it might have something to do with the modification time of the parent directory
I tried renaming a parent dir and checked the files within. Didn't see the issue.
I cant properly reproduce it unfortunately, most of the time it's working correctly. I couldn't narrow it down yet to when this really happens
Closing for now. Please reopen if you find a sure way of reproducing the issue.
I'm using currently latest master 14fef032. When using nnn with detail view, as far as I understand it should only highlight the files that are < 5 minutes old. But sometimes (not always) it highlights all files:
Environment details (Put
x
in the checkbox along with the information)VISUAL=nvim nnn -ed
nnn
masterExact steps to reproduce the issue
VISUAL=nvim nnn -ed