mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15:11 +00:00
Merge pull request #430 from pconcepcion/master
Added Rationale section to README.md (fixes #403)
This commit is contained in:
commit
612580dbc0
@ -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 it’s **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)
|
||||
|
Loading…
Reference in New Issue
Block a user