5

Why I use exa instead of ls on Linux | Opensource.com

 3 years ago
source link: https://opensource.com/article/21/3/replace-ls-exa
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

We live in a busy world and can save time and effort by using the ls command when we need to look for files and data. But without a lot of tweaking, the default ls output isn't quite soothing to the eyes. Why spend your time squinting at black and white text when you have an alternative in exa?

Exa is a modern-day replacement for the regular ls command, and it makes life easier. The tool is written in Rust, which is known for its parallelism and safety.

Install exa

To install exa, run:

$ dnf install exa

Explore exa's features

Exa improves upon the ls file list with more features and better defaults. It uses colors to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it's small, fast, and has just a single binary.

Track files

You can use exa to track a new file added in a given Git repo.

Tree structure

This is exa's basic tree structure. The level determines the depth of the listing; this is set to two. If you want to list more subdirectories and files, increase the level's value.

This tree includes a lot of metadata about each file.

Color schemes

By default, exa segregates different file types according to built-in color schemes. It not only color-codes files and directories, but also Cargo.toml, CMakeLists.txt, Gruntfile.coffee, Gruntfile.js, Makefile, and many other file types.

Extended file attributes

When you're exploring xattrs (extended file attributes) in exa, --extended will show up in all the xattrs.

Symlinks

Exa understands symlinks and also points out the actual file.

Recurse

When you want to loop listings for all directories under the current directory, exa brings in recurse.

Conclusion

I believe exa is one of the easiest, most adaptable tools. It helps me track a lot of Git and Maven files. Its color-coding makes it easier for me to search through multiple subdirectories, and it helps me to understand the current xattrs.

Have you replaced ls with exa? Please share your feedback in the comments.

Topics

About the author

Sudeshna is from Kolkata and currently working for the Red Hat Middleware team in Pune, India. She loves to explore different open source projects and programs. She started contributing to Open Source a couple of years back as an Hacktober Participant since then she has been an avid blogger at Dzone on Python and Data Science. She enjoys her free time stargazing and loves continental cuisine. She is an RHCSA and is working her way to RHCA.

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK