eza

CLI

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

Modern ls with colors, icons, and git status

3 curated recipes · not yet executed by the harness#ls#files#directory#rust

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

List all files with git status

~98% est.
eza -la --git

Show directory tree

~99% est.
eza --tree --level 2

Sort by modification time

~99% est.
eza -la --sort modified

Install

Homebrewbrew install eza
Cargocargo install eza

Agent notes

When to use
Listing directory contents with rich metadata
Quick examples
  • eza -la --git
  • eza --tree --level 2

Use from an agent

curl -s https://clihub.com/api/tools/eza | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug eza on the MCP server at https://clihub.com/mcp.

Homepage ↗MIT0 views