exa Replaces the ls Command in Linux | Color Coded File Lister

preview_player
Показать описание
@KeepItTechie covers the exa command, a modern replacement for the ls command written in the Rust programming language. The exa command has new features including color coding that improves and modernizes the output from the ls command.

Chapters:
0:00 Introduction to the exa command
0:54 ls versus exa
1:48 How to install exa on Ubuntu
3:03 How to install exa on Fedora
5:00 Opening the exa manual
5:50 Download sample files
6:48 Using exa on a directory
7:20 Long listings with exa
7:54 Readable long listings with exa
9:20 Displaying hidden files with exa
9:35 exa in Fedora
10:10 Using exa with git
10:44 Replace ls with exa
13:10 Incorporating tree with exa
14:24 Conclusion

#Linode #Linux #linuxcommands
Product: Linode, Exa Command, Rust; @KeepItTechie
Рекомендации по теме
Комментарии
Автор

I think the word “replaces” is a bit too strong and click baity if this is all exa has to offer. You can just
alias ls='ls -lha --color=always'

exa’s git support didn’t seem to me to be all that useful. tree is kinda nice but would only use it with dirs not too nested.

__magicman__
Автор

Could just clone those features and put them back in OG ls command...

xr.spedtech