As part of my recent activities, I finally took the time to define some code logic, albeit in awk, to generate the kind of compact date/time reporting that I prefer.
Namely, if a file's age is 24 hours or less, it only reports the time portion of the last modification of the file. If it is older than that, it then only reports the date of that last modification. The formats are, of course, 24-hour time clock and YYYY-MM-DD respectively.
Those would be reported mutually exclusively.
I would also like to see that as an option for the basic shell/bash ls command as well.
The logic is implemented in the myLs() function in the script found in that posting.
Is there any chance that MATE/Caja developers could see their way to implementing that change?
(Usual disclaimer / reminder: please note that I'm just another Forum user here. I'm NOT an Ubuntu Developer and/or Ubuntu MATE Developer and/or MATE Developer and/or Caja Developer).
You wrote:
Well, in "Caja", if you go to the "Edit" menu and then click on the "Preferences" option (last option of that menu), that will open the "File Management Preferences" window. If you then click on the "Display" tab of that window, there are three different options in the "Format:" dropdown list field in the "Date" section. The last of those 3 format options is similar to what you want (namely it is "today at [ current time]"). Let me show you a screenshot of that window to better illustrate what I'm talking about:
I will check out those URLs and see what I can do.
As for the preference window for MATE, I had seen that, but that is not what I want. I don't want the "today at " taking desktop real-estate by forcing the date column to be wider than it needs to be. I know it isn't much, but it is still anoying to have to scroll horizontally more than I have to, to get visibility of what I want to see.
I have some file names that are "expressively" long for visual recognition/attributes, so my current default setting is as seen here (which I still need to tweak manually every time I start my computer):