Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kamenchunathan opened this issue Mar 5, 2024 · 1 comment
Open

Comments

@kamenchunathan
Copy link

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

@eras
Copy link

eras commented Mar 31, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants