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

This commit is contained in:
cyqsimon
2022-01-09 04:15:32 +08:00
committed by GitHub
parent 84b6cabf6e
commit bc9f58e971

View File

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