exa/src/output
Benjamin Sago 5189d66e2c Hide xattr errors unless --extended
exa now ignores errors when checking for extended attributes when the user didn’t explicitly demand that they be checked. If a file does have xattrs, it’ll still display the @ in the permissions column; errors will now just cause the @ to be hidden instead.

This changed a lot of the xtests, which were displaying the error message in a few situations. Those tests have gained @-suffixed companions so the actual error messages can still be tested.

Fixes #178 (finally)
2017-08-11 12:36:14 +01:00
..
render Make nanoseconds available to times 2017-07-05 23:08:56 +01:00
cell.rs Fix TextCellContents cjk width 2017-05-10 16:26:50 +08:00
colours.rs Render higher permission bits 2017-05-30 15:31:24 +01:00
details.rs Hide xattr errors unless --extended 2017-08-11 12:36:14 +01:00
escape.rs Also escape characters in links and headings 2017-05-01 21:54:53 +01:00
file_name.rs Get the list of file extensions from the Options 2017-07-10 14:01:38 +01:00
grid_details.rs Move filter and dir_action from options to fs 2017-07-24 08:34:50 +01:00
grid.rs Make not showing paths in link targets the default 2017-07-08 12:24:22 +01:00
lines.rs Make not showing paths in link targets the default 2017-07-08 12:24:22 +01:00
mod.rs Move filter and dir_action from options to fs 2017-07-24 08:34:50 +01:00
table.rs Extract table columns into a struct 2017-08-09 22:25:16 +01:00
time.rs Document and test time formats 2017-08-09 17:14:16 +01:00
tree.rs Give Tree its own iterator 2017-07-04 08:29:36 +01:00