knowledge/technology/applications/cli/eza.md

20 lines
889 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
os: linux
repo: https://github.com/eza-community/eza
---
# exa
2024-01-17 08:44:04 +00:00
[**eza**](https://eza.rocks/) is a modern replacement for the venerable file-listing command-line program `ls` that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And its **small**, **fast**, and just **one single binary**.
2023-12-04 10:02:23 +00:00
## Usage
Flags:
```shell
2024-01-17 08:44:04 +00:00
-l, --long display extended file metadata as a table
-R, --recurse recurse into directories
2023-12-04 10:02:23 +00:00
-L, --level DEPTH limit the depth of recursion
2024-01-17 08:44:04 +00:00
-T, --tree recurse into directories as a tree
-a, --all show hidden and 'dot' files
-r, --reverse reverse the sort order
-D, --only-dirs list only directories
--git-ignore ignore files mentioned in '.gitignore'
2023-12-04 10:02:23 +00:00
```