rclone/lib/terminal
Kevin Verstaen c2dfc3e5b3
fs: Add global flag '--color' to control terminal colors
* fs: add TerminalColorMode type
* fs: add new config(flags) for TerminalColorMode
* lib/terminal: use TerminalColorMode to determine how to handle colors
* Add documentation for '--terminal-color-mode'
* tree: remove obsolete --color replaced by global --color

This changes the default behaviour of tree. It now displays colors by
default instead of only displaying them when the flag -C/--color was
active. Old behaviour (no color) can be achieved by setting --color to
'never'.

Fixes: #6604
2022-12-06 12:07:06 +00:00
..
hidden_other.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
hidden_windows.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
terminal_normal.go fs/config, lib/terminal: use golang.org/x/term 2022-04-01 12:48:18 +01:00
terminal_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
terminal.go fs: Add global flag '--color' to control terminal colors 2022-12-06 12:07:06 +00:00