From e4937900413e90a74f2f046f7f7de90960f2876e Mon Sep 17 00:00:00 2001 From: c33s Date: Sun, 27 Mar 2016 00:50:39 +0100 Subject: [PATCH] Added Link to Cmder --- components/console/introduction.rst | 3 ++- contributing/code/tests.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 629aaa31cd0..3242d6ec5cc 100644 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -143,7 +143,7 @@ Coloring the Output By default, the Windows command console doesn't support output coloring. The Console component disables output coloring for Windows systems, but if your commands invoke other scripts which emit color sequences, they will be - wrongly displayed as raw escape characters. Install the `ConEmu`_, `ANSICON`_ + wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, `ANSICON`_ or `Mintty`_ (used by default in GitBash and Cygwin) free applications to add coloring support to your Windows command console. @@ -545,6 +545,7 @@ Learn More! * :doc:`/components/console/console_arguments` .. _Packagist: https://packagist.org/packages/symfony/console +.. _Cmder: http://cmder.net/ .. _ConEmu: https://conemu.github.io/ .. _ANSICON: https://github.com/adoxa/ansicon/releases .. _Mintty: https://mintty.github.io/ diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index 1e97a3ab1d2..597ef4ef575 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -51,9 +51,10 @@ what's going on and if the tests are broken because of the new code. .. tip:: - On Windows, install the `ConEmu`_, `ANSICON`_ or `Mintty`_ free applications + On Windows, install the `Cmder`_, `ConEmu`_, `ANSICON`_ or `Mintty`_ free applications to see colored test results. +.. _Cmder: http://cmder.net/ .. _ConEmu: https://code.google.com/p/conemu-maximus5/ .. _ANSICON: https://github.com/adoxa/ansicon/releases .. _Mintty: https://mintty.github.io/