exa a modern replacement for ls written in rust for Linux/Unix

'ls is a command to show files in Linux and Unix-like operating systems. A ls command first appeared in a version of AT&T UNIX as well as in Multics. BSD and GNU Coreutils package provides the ls command with minor syntax changes. There is now third alternative named exa. It is a modern replacement for ls. The exa uses colors for information by default, helping you distinguish between many types of files, such as whether you are the owner, or in the owning group. It also has extra features not present in the original ls, such as viewing the Git status for a directory or recursing into directories with a tree view. The exa command written in Rust, so it’s small, fast, and portable.' -- source: https://www.cyberciti.biz/open-source/command-line-hacks/exa-a-modern-replac... Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 http://www.cms.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/

On Wed, 9 Aug 2017, at 14:13, Peter Reutemann wrote:
There is now third alternative named exa. It is a modern replacement for ls.
Just gave this a try, it's actually really nice. One of my more-commonly used commands is `ls -lStr` (long format, Sort by last-modified, reverse order so most-recently updated items are at the bottom). The equivalent command (when aliasing ls to exa) is `ls -lsmod`. This unexpected appearance of lsmod makes me smile. :D Thanks Peter! E -------------------------------------------- Q: Why is this email five sentences or less? A: http://five.sentenc.es
participants (2)
-
Eric Light
-
Peter Reutemann