exa/src
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
..
bin Change to ignore broken pipe error 2016-07-30 22:53:11 +09:00
fs Properly handle errors when following a symlink 2016-10-29 20:27:23 +01:00
info Add .tgz to the compressed file extensions 2016-10-29 19:28:41 +01:00
options Basic glob ignoring 2016-10-30 14:43:33 +00:00
output Basic glob ignoring 2016-10-30 14:43:33 +00:00
exa.rs Basic glob ignoring 2016-10-30 14:43:33 +00:00
term.rs Fix getting tty window size on more BSDs 2015-12-14 04:10:46 +03:00