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

--sort and --reverse doesn't seem to do anything if files are given as argument explicitely #404

Closed
ghost opened this issue Jul 8, 2018 · 1 comment · Fixed by #756
Closed

Comments

@ghost
Copy link

ghost commented Jul 8, 2018

exa 0.8.0

test case:

> touch a b c
> exa -r
c  b  a
> exa -r *
a  b  c
@ghost ghost changed the title --sort and --reverse doesn't seem to do anything if files are given as argument --sort and --reverse doesn't seem to do anything if files are given as argument explicitely Jul 8, 2018
@epitron
Copy link

epitron commented Jun 22, 2020

This is a strange bug. It seems to behave differently in combination with different options:
exa -lr * works
exa -1r * fails
exa -dr * fails
exa -r * fails

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

Successfully merging a pull request may close this issue.

1 participant