
A modern, feature-rich command-line file lister for Unix and Linux systems.
Visit Websiteeza is a terminal tools tool. eza is a contemporary and actively maintained replacement for the traditional `ls` command-line utility found in Unix and Linux operating systems. It enhances file listing with improved features and better default behaviors, making it more user-friendly and informative than its predecessor. Key capabilities: Color-coded file types and metadata, Symlink awareness, Extended attribute support, Git repository status output, Hyperlink support for files. eza is free to use with no paid tier.
Pros
Cons
eza is completely free to use with no hidden costs.
Be the first to review eza
Your take helps the next buyer. Verified LinkedIn reviewers get a badge.
Write a review--colour-scale option to highlight different levels of file sizes distinctly using terminal colors.cargo install eza from crates.io, which places the binary in $HOME/.local/share/cargo/bin/eza. Alternatively, after cloning the repository, cargo install --path . can be used to build and install eza from the local source.export FPATH="<path_to_eza>/completions/zsh:$FPATH" to your .zshrc file, replacing <path_to_eza> with the actual path to the cloned repository. Finally, reload your zsh configuration with source ~/.zshrc.Source: eza.rocks