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

Allow sorting files based on access, modification, or creation times #1110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2024

  1. Add command line optional argument ftime

    - This argument can take 3 value atime (access), btime(birth),
      mtime(modification).
    - This argument will be used to change the file time displayed
      accordingly.
    uggla committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9cfeb65 View commit details
    Browse the repository at this point in the history
  2. Retrieve file timestamp (access time, birth time, and modification

    time) based on the arguments specified in the ftime command-line option.
    uggla committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ef1e627 View commit details
    Browse the repository at this point in the history