exa/src/options
Ben S 95596297a9 Basic glob ignoring
See #97 and recently #130 too.

This allows the user to pass in options such as "--ignore '*.pyc'" to not list any files ending in '.pyc' in the output. It uses the Rust glob crate and currently does a simple split on pipe, without any escaping, so it’s not really *complete*, but is at least something.
2016-10-30 14:43:33 +00:00
..
dir_action.rs Split up the options module 2016-04-17 20:38:37 +01:00
filter.rs Basic glob ignoring 2016-10-30 14:43:33 +00:00
help.rs Add legal values to error messages 2016-08-28 21:56:32 -04:00
misfire.rs Basic glob ignoring 2016-10-30 14:43:33 +00:00
mod.rs Basic glob ignoring 2016-10-30 14:43:33 +00:00
view.rs Make the views non-Copy 2016-10-30 14:31:25 +00:00