pretty-ls (pls)

September 16, 2016 ยท View on GitHub

pretty-ls is a "minimalist" ls implementation written in Rust. It is often faster than GNU ls, while providing much more eye-pleasing output.

pls in use

#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.