exa v0.8.0
This release provides both bug fixes and new features. I've written a post that outlines what's new, as well as some remarks on how I'd like to handle getting me to do releases more often in the future: bsago.me/blog/exa/v0.8.0
Additions
- Use completely new, less strict, more friendly options parser (b5bcf22)
- Add a strict mode, for when you want to check your options (97d1472)
- Add
EXA_GRID_ROWS
that makes--long --grid
a bit more palatable (e933fa6) - Add
EXA_DEBUG
for logging information (e0727a1) - Add
LS_COLORS
parsing and colouring (adfee28, aa2e3a5) - Add
EXA_COLORS
parsing and colouring, which overrides the above (075fe80, aa2e3a5) - Initial support for a
--git-ignore
flag (827aa8b)
Changes
- Default to sorting case-insensitively (57c647f)
- Hide xattr errors unless xattrs were explicitly asked for (5189d66)
- Add
orf
andnef
file types (40ce7ba) - Add
bk
file type (eda3e56) - Only check the terminal width of
stdout
, notstdin
andstderr
(4289f4d) - Sorting by date now has
new
andold
convenience aliases (f55bd6d) - Use only verified published crates, so exa can be on crates.io (1efb8a5)