eza
CLIA modern, maintained replacement for ls with color and Git support.
2 views
Installation
Homebrew
brew install ezaCargo
cargo install ezaLinks
License
MITAI Agent Notes
Modern ls with colors, icons, and git status
When to use
Listing directory contents with rich metadata
Examples
eza -la --giteza --tree --level 2
Proven Recipes
List all files with git status🟢 98% success
eza -la --gitShow directory tree🟢 99% success
eza --tree --level 2Sort by modification time🟢 99% success
eza -la --sort modified