mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
docs(readme): move heading out of collapsed section
Signed-off-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com>
This commit is contained in:
parent
abe9f587c6
commit
6d6612d245
1 changed files with 13 additions and 5 deletions
18
README.md
18
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue