From 21f1b5e1bb5349ee75a3ca8bcdb21f365eeae6bc Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 6 Jun 2025 20:58:28 +0100 Subject: [PATCH] add note about disabling console colouring to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81014d4..f23f492 100644 --- a/README.md +++ b/README.md @@ -602,10 +602,15 @@ obsws-cli projector open --monitor-index=1 "test_group" obsws-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos\screenshot.png" ``` +## Disable Colouring + +If you prefer colourless output you can set the environment variable `NO_COLOR`. See the [rich documentation][rich-doc-envvars] + ## License `obsws-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. [obs-studio]: https://obsproject.com/ -[obs-keyids]: https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h \ No newline at end of file +[obs-keyids]: https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h +[rich-doc-envvars]: https://rich.readthedocs.io/en/stable/console.html#environment-variables \ No newline at end of file