eza: add page (#10714)

* eza: add page

* eza: update title

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* eza: update title

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Reed 2023-09-12 08:34:09 -07:00 committed by GitHub
parent 406f328a4c
commit 9af4d7820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
pages/common/eza.md Normal file
View File

@ -0,0 +1,36 @@
# eza
> Modern, maintained replacement for `ls`, built on `exa`.
> More information: <https://github.com/eza-community/eza>.
- List files one per line:
`eza --oneline`
- List all files, including hidden files:
`eza --all`
- Long format list (permissions, ownership, size and modification date) of all files:
`eza --long --all`
- List files with the largest at the top:
`eza --reverse --sort={{size}}`
- Display a tree of files, three levels deep:
`eza --long --tree --level={{3}}`
- List files sorted by modification date (oldest first):
`eza --long --sort={{modified}}`
- List files with their headers, icons, and Git statuses:
`eza --long --header --icons --git`
- Don't list files mentioned in `.gitignore`:
`eza --git-ignore`