lsd icon indicating copy to clipboard operation
lsd copied to clipboard

Add support for sorting with the file metadata change time (ctime)

Open kamenchunathan opened this issue 1 year ago • 1 comments

Add a sorting option for sorting files based on when file metadata last changed / inode change in linux. e.g. when a file was last moved or renamed on disk instead of when file contents changed This corresponds to the -c option in GNU ls

kamenchunathan avatar Mar 05 '24 21:03 kamenchunathan

With almost the same effort support for -u for sorting by access time could be implemented. Perhaps the issue title could be changed to include that cas as well?

eras avatar Mar 31 '24 15:03 eras