
A modern, feature-rich command-line file lister for Unix and Linux systems.
Visit WebsitePros
Cons
eza is completely free to use with no hidden costs.
No reviews yet. Be the first to review eza!
eza specifically fixes 'The Grid Bug' that was present in exa 2021. Additionally, eza introduces features such as hyperlink support, mount point details, SELinux context output, and Git repository status output, which were not available in exa.
eza provides human-readable relative dates, making it easier to understand file ages at a glance. It also includes a `--colour-scale` option to highlight different levels of file sizes distinctly using terminal colors.
Yes, eza is capable of displaying Git repository status output. This feature provides immediate insights into the state of files within a Git-managed directory.
If a Rust environment is set up, eza can be installed using `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.
To configure zsh completions, clone the eza repository and then add `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