diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.1 | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/man/krino.1 b/man/krino.1 index 627a2ee..9e2d274 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -101,6 +101,28 @@ Use .Ar file in place of .Pa $XDG_CONFIG_HOME/krino/krino.conf . +.It Fl -no-color +Never colour the output, as when +.Ev NO_COLOR +is set. +Without it, +.Nm +colours its output only when writing to a terminal, using the terminal's +own 16-colour palette: directory headers bold; +.Ic copy , +.Ic move +and +.Ic rename +green; +.Ic trash +yellow; +.Sy DELETE permanently +and a refused undo step bold red; skipped steps and match reasons faint; +rule names blue; warnings yellow; the applied count green and a failed count +red; prompt keys bold; and +.Ic krino log Ns 's +.Dq (undone) +faint. .It Fl h , Fl -help Print usage and exit. .It Fl -version @@ -278,10 +300,9 @@ Never used for .Fl -json output. .It Ev NO_COLOR -When set, disables the ANSI colour -.Nm -otherwise uses on a terminal for a permanent delete and a refused undo -step. +When set, disables colour, as +.Fl -no-color +does. .El .Sh FILES .Bl -tag -width Ds |
