exa/src/options
Benjamin Sago d517e9e12b Split FileTypes into types and kinds
This separates the colours to give to files with different filesystem types (directories, links, sockets) from files with different names or extensions (images, videos, archives).

I’m not 100% sure I’ve got the terms “kind” and “type” the right way round, but whatever.

This was done because colouring files based on their name is going to be handled differently and extensibly from colouring files based on what the filesystem thinks.
2017-08-25 17:50:22 +01:00
..
colours.rs Split FileTypes into types and kinds 2017-08-25 17:50:22 +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 Move colour options to their own file 2017-08-24 23:38:26 +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 Start actually parsing ls_colors 2017-08-25 17:43:36 +01:00