eza

CLI

A modern, maintained replacement for ls with color and Git support.

2 views

Installation

Homebrewbrew install eza
Cargocargo install eza

Links

License

MIT

AI Agent Notes

Modern ls with colors, icons, and git status

When to use

Listing directory contents with rich metadata

Examples
  • eza -la --git
  • eza --tree --level 2

Proven Recipes

List all files with git status🟢 98% success
eza -la --git
Show directory tree🟢 99% success
eza --tree --level 2
Sort by modification time🟢 99% success
eza -la --sort modified