Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 450 Bytes

pretty-ls (pls)

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.