kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.34k stars 151 forks source link

feat: add `--reverse` flag to sort methods #507

Closed Akmadan23 closed 3 months ago

Akmadan23 commented 3 months ago

This can be useful to get to a specific order with just a command without the need of toggling reverse each time, for example when I switch to mtime sort I often want newer files on top, which is reversed.

kamiyaa commented 3 months ago

LGTM Thanks!