https://github.com/ix/pretty-ls
Rust ls clone with pretty colors.
https://github.com/ix/pretty-ls
Last synced: 21 days ago
JSON representation
Rust ls clone with pretty colors.
- Host: GitHub
- URL: https://github.com/ix/pretty-ls
- Owner: ix
- License: mit
- Created: 2016-05-21T22:08:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T04:41:53.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T20:51:15.139Z (8 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - pretty-ls - Rust ls clone with pretty colors. (<a name="ls"></a>File listing (alternatives to ls))
README
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.

#TODO
- [X] Improve the output for single file listings.
- [X] Improve or drop support for Windows (dropped, see issue #3).
- [X] Remove the dependency on the `term` crate.
- [X] Optimize the program's speed.
- [ ] Optimize it even more.