Comments on: Exa – A Modern Replacement for “ls Command” Written in Rust https://www.tecmint.com/exa-a-replacement-for-ls-command-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 01:08:28 +0000 hourly 1 By: eggbean https://www.tecmint.com/exa-a-replacement-for-ls-command-linux/comment-page-1/#comment-1702477 Sun, 16 Jan 2022 13:11:08 +0000 https://www.tecmint.com/?p=26615#comment-1702477 I made this wrapper script so that you can use the same switches as ls and so there is no need to learn any new ones.

https://gist.github.com/eggbean/74db77c4f6404dd1f975bd6f048b86f8

]]>
By: Volker https://www.tecmint.com/exa-a-replacement-for-ls-command-linux/comment-page-1/#comment-1657371 Sun, 21 Nov 2021 12:03:59 +0000 https://www.tecmint.com/?p=26615#comment-1657371 It is *not* necessary to do

$ curl https://sh.rustup.rs -sSf | sh

if you just install the binary!

The above command installs the rust compiler infrastructure needed for compilation from the source.

]]>
By: Aaron Kili https://www.tecmint.com/exa-a-replacement-for-ls-command-linux/comment-page-1/#comment-905726 Tue, 08 Aug 2017 06:45:48 +0000 https://www.tecmint.com/?p=26615#comment-905726 In reply to Neeraj Prem.

@Nareej

Yap, it’s really great and has modern features compared to original ls command. Thanks for the feedback.

]]>
By: Neeraj Prem https://www.tecmint.com/exa-a-replacement-for-ls-command-linux/comment-page-1/#comment-905620 Mon, 07 Aug 2017 12:01:32 +0000 https://www.tecmint.com/?p=26615#comment-905620 Great stuff, Same can be installed in a Mac using – ‘ brew install exa ‘

]]>