exa/src/options
Benjamin Sago 57c647fee5 Default to sorting case-insensitively
This was touched on in #209 where I got the docs wrong compared to the actual implementation, but after thinking about it, I’d like to switch it round. (The --sort=Name and --sort=name difference has also been switched.) See the big ol’ comment for my reasons.

Because this changes core functionality, it broke many, many tests. You can see that this doesn’t change the -star- tests because the shell, rather than exa, orders the globbed files.

I kept on forgetting which way round Sensitive and Insensitive went, so I named them after the effect they have.
2017-08-20 17:33:39 +01:00
..
dir_action.rs dir_action comments and docs 2017-08-12 11:29:40 +01:00
filter.rs Default to sorting case-insensitively 2017-08-20 17:33:39 +01:00
flags.rs Add tests for dir_option 2017-08-05 13:57:20 +01:00
help.rs env vars should be referenced, not copied 2017-08-13 11:14:58 +01:00
misfire.rs Fix an error being displayed weirdly 2017-08-19 22:17:53 +01:00
mod.rs env vars should be referenced, not copied 2017-08-13 11:14:58 +01:00
parser.rs Add actual error messages for the error messages 2017-08-10 23:34:39 +01:00
version.rs env vars should be referenced, not copied 2017-08-13 11:14:58 +01:00
view.rs Tie the row threshold to EXA_GRID_ROWS 2017-08-13 11:15:40 +01:00