When I browse files with a graphical file manger like nautilus, I normally use a detailed list view, that can show the last modified time of a file.
Could you please add a display_mtime_in_main_column option to ranger?
I did some dirty hacking and it works fine.https://github.com/rbn42/ranger/commit/561c10922a9e4d87e9d5e42258d200791d867626
Thank you.
In the recent git versions of ranger there is a linemode for that.
Try :linemode mtime or :linemode sizemtime.
Thank you
And if you haven't seen them, there are key bindings starting with M for changing the line mode
Most helpful comment
And if you haven't seen them, there are key bindings starting with
Mfor changing the line mode