dircolors
Inspect the LS_COLORS configuration that maps file types to ANSI color codes. Returns the color mapping as JSON without side effects.
Instructions
Return LS_COLORS configuration mapping file types to ANSI color codes. Read-only, no side effects. Returns JSON with the color mapping; color output disabled by default for agent-friendly display. Use to inspect how the shell colors file listings. Not for actual directory listing — use 'ls' or 'dir'. See also 'ls'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Write shell configuration without a JSON envelope. | |
| shell | No | Raw shell format. | bash |