Skip to content

Commit

Permalink
docs(readme): 📝 fix Alternatives comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed May 10, 2024
1 parent 3de3480 commit b95bbc6
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,25 +266,11 @@ Interested in contributing? Check out the [contributing guidelines](./CONTRIBUTI
- [lsd](https://github.com/lsd-rs/lsd)
- [ls-go](https://github.com/acarl005/ls-go)

| | eza | lsd | g |
|--------------|------------------------------------------------------------------------------------------|-----|-------------------------------------------------------------------------------------------------------------|
| display mode | oneline,grid,across,tree,recurse | | oneline,grid,across,zero,comma,table,json,markdown,tree,recurse |
| | -Z: list each file’s security context,-@: list each file’s extended attributes and sizes | | --mime: list each file's mime type, --charset: list each file's charset, --relative-to: list relative path, |
| | | | |
| | | | |
| performance | better | | slower |


-a, --all: show hidden and 'dot' files
-d, --list-dirs: list directories like regular files
-L, --level=(depth): limit the depth of recursion
-r, --reverse: reverse the sort order
-s, --sort=(field): which field to sort by
--group-directories-first: list directories before other files
-D, --only-dirs: list only directories
-f, --only-files: list only files
--git-ignore: ignore files mentioned in .gitignore
-I, --ignore-glob=(globs): glob patterns (pipe-separated) of files to ignore
| | eza | g |
|----------------|-----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| display mode | oneline,grid,across,tree,recurse | oneline,grid,across,zero,comma,table,json,markdown,tree,recurse |
| unique feature | -Z: list each file’s security context,-@: list each file’s extended attributes and sizes ... | --mime: list each file's mime type, --charset: list each file's charset, --relative-to: list relative path ... |
| performance | better | slower |

## Star History

Expand Down

0 comments on commit b95bbc6

Please sign in to comment.