exa icon indicating copy to clipboard operation
exa copied to clipboard

exa doesn't sort explicit arguments?

Open melissaboiko opened this issue 2 years ago • 1 comments

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.

melissaboiko avatar Apr 06 '22 15:04 melissaboiko

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.

ariasuni avatar Apr 10 '22 19:04 ariasuni