Allow sorting files based on access, modification, or creation times#1110
Allow sorting files based on access, modification, or creation times#1110uggla wants to merge 2 commits intolsd-rs:mainfrom
Conversation
- This argument can take 3 value atime (access), btime(birth), mtime(modification). - This argument will be used to change the file time displayed accordingly.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: uggla The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
time) based on the arguments specified in the ftime command-line option.
|
/lgtm |
|
@uggla: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cc |
|
@uggla: GitHub didn't allow me to request PR reviews from the following users: uggla. Note that only lsd-rs members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hello,
I needed to list files based on their creation (birth) time, but unfortunately, lsd did not support this functionality.
This PR introduces the ftime option, which, when used alongside the -t option, allows listing files ordered by access, modification, or creation (birth) time. This implementation addresses the requirements of #1002.
This PR consists of two commits:
TODO
cargo fmt