|
|
@@ -69,12 +69,7 @@ specific installation instructions can be found in [INSTALL.md](INSTALL.md).
|
|
|
|
|
|
---
|
|
|
|
|
|
-Click sections to expand.
|
|
|
-
|
|
|
<a id="options">
|
|
|
-<details>
|
|
|
- <summary> Command-line options </summary>
|
|
|
-
|
|
|
<h1>Command-line options</h1>
|
|
|
</a>
|
|
|
|
|
|
@@ -82,6 +77,9 @@ eza’s options are almost, but not quite, entirely unlike `ls`’s.
|
|
|
|
|
|
## Display options
|
|
|
|
|
|
+<details>
|
|
|
+<summary>Click to expand</summary>
|
|
|
+
|
|
|
- **-1**, **--oneline**: display one entry per line
|
|
|
- **-G**, **--grid**: display entries as a grid (default)
|
|
|
- **-l**, **--long**: display extended details and attributes
|
|
|
@@ -97,8 +95,13 @@ eza’s options are almost, but not quite, entirely unlike `ls`’s.
|
|
|
- **--absolute=(mode)**: display entries with their absolute path (on, follow, off)
|
|
|
- **-w**, **--width=(columns)**: set screen width in columns
|
|
|
|
|
|
+</details>
|
|
|
+
|
|
|
## Filtering options
|
|
|
|
|
|
+<details>
|
|
|
+<summary>Click to expand</summary>
|
|
|
+
|
|
|
- **-a**, **--all**: show hidden and 'dot' files
|
|
|
- **-d**, **--list-dirs**: list directories like regular files
|
|
|
- **-L**, **--level=(depth)**: limit the depth of recursion
|
|
|
@@ -112,8 +115,13 @@ eza’s options are almost, but not quite, entirely unlike `ls`’s.
|
|
|
|
|
|
Pass the `--all` option twice to also show the `.` and `..` directories.
|
|
|
|
|
|
+</details>
|
|
|
+
|
|
|
## Long view options
|
|
|
|
|
|
+<details>
|
|
|
+<summary>Click to expand</summary>
|
|
|
+
|
|
|
These options are available when running with `--long` (`-l`):
|
|
|
|
|
|
- **-b**, **--binary**: list file sizes with binary prefixes
|