Merge pull request #430 from pconcepcion/master

Added Rationale section to README.md (fixes #403)
This commit is contained in:
Benjamin Sago 2018-12-06 21:12:53 +00:00 committed by GitHub
commit 612580dbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,12 @@
[exa](https://the.exa.website/) is a replacement for `ls` written in Rust.
## Rationale
**exa** is a modern replacement for the command-line program ls that ships with Unix and Linux operating systems, with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And its **small**, **fast**, and just one **single binary**.
By deliberately making some decisions differently, exa attempts to be a more featureful, more user-friendly version of ls.
## Screenshots
![Screenshots of exa](screenshots.png)