ncdu: add `--color` example and link (#7625)

feature/windows-fix-syntax-2
cyqsimon 2022-01-09 04:15:32 +08:00 committed by GitHub
parent 84b6cabf6e
commit bc9f58e971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,11 +1,16 @@
# ncdu
> Disk usage analyzer with an ncurses interface.
> More information: <https://manned.org/ncdu>.
- Analyze the current working directory:
`ncdu`
- Colorize output:
`ncdu --color {{dark|off}}`
- Analyze a given directory:
`ncdu {{path/to/directory}}`