From bc9f58e971524eeb54882bf4ccec738ceafa7b01 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Sun, 9 Jan 2022 04:15:32 +0800 Subject: [PATCH] ncdu: add `--color` example and link (#7625) --- pages/linux/ncdu.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/linux/ncdu.md b/pages/linux/ncdu.md index f2c14616e..6be8cd457 100644 --- a/pages/linux/ncdu.md +++ b/pages/linux/ncdu.md @@ -1,11 +1,16 @@ # ncdu > Disk usage analyzer with an ncurses interface. +> More information: . - Analyze the current working directory: `ncdu` +- Colorize output: + +`ncdu --color {{dark|off}}` + - Analyze a given directory: `ncdu {{path/to/directory}}`