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

exa doesn't sort explicit arguments? #1053

Open
melissaboiko opened this issue Apr 6, 2022 · 1 comment
Open

exa doesn't sort explicit arguments? #1053

melissaboiko opened this issue Apr 6, 2022 · 1 comment

Comments

@melissaboiko
Copy link

Putting this as a question because I don't know if it's intended, or if I'm missing something:

> touch older newer
> ls -t older newer
newer  older
> ls -tr older newer
older  newer
> exa -sold older newer
older  newer
> exa -snew older newer
older  newer
> exa -snew newer older
newer  older

sorting the arguments is useful for scripting.

@ariasuni
Copy link
Collaborator

Yeah I think it’s not ideal, and if I remember correctly, that’s one of the thing I was trying to fix in #869.

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