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

feat: sort multiple arguments according to --sort #1141

Open
finite-state-machine opened this issue Sep 21, 2024 · 1 comment
Open

feat: sort multiple arguments according to --sort #1141

finite-state-machine opened this issue Sep 21, 2024 · 1 comment

Comments

@finite-state-machine
Copy link

finite-state-machine commented Sep 21, 2024

When running, e.g.,

eza -l --sort=modified path_to_file_1 path_to_file_2 ...

... eza doesn't sort the files by modification time. I infer it's producing a separate listing for each argument, after sorting the arguments by path.

Resolving this would be particularly helpful when running, e.g.:

find . -name '*.foobar' | xargs eza -l --sort=modified
@wugeer
Copy link

wugeer commented Oct 22, 2024

I wasn't able to reproduce your issue locally. Did I make a mistake in my operation?
image

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