pretty-ls is a "minimalist" ls
implementation written in Rust.
It is often faster than GNU ls
, while providing much more eye-pleasing output.
#TODO
- Improve the output for single file listings.
- Improve or drop support for Windows (dropped, see issue #3).
- Remove the dependency on the
term
crate. - Optimize the program's speed.
- Optimize it even more.