Can you please give an option, to column or to ToolTip, to show how much time has passed since the file was modified. I mean, X hours, X days, X years.
Thanks for everything!
Show how much time has passed since the file was modified
Re: Show how much time has passed since the file was modified
An option to natively show modified x hours/days/years ago is on my TODO list.
Thank you for the suggestion.
Please consider the following search:
Thank you for the suggestion.
Please consider the following search:
Code: Select all
addcolumn:a a:=if(now()-$dm:>315576000000000,(now()-$dm:)/315576000000000.." years",if(now()-$dm:>864000000000,(now()-$dm:)/864000000000.." days",if(now()-$dm:>36000000000,(now()-$dm:)/36000000000.." hours",(now()-$dm:)/600000000.." minutes"))
Re: Show how much time has passed since the file was modified
So a function that shows the file age with some or one parameter to format the content