Skip to content

Commit

Permalink
minor #6401 Added Link to Cmder (c33s)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Added Link to Cmder

Cmder is a wrapper around Conemu, Clink and Git which really help to use the cli on windows.

Commits
-------

e493790 Added Link to Cmder
  • Loading branch information
wouterj committed May 21, 2016
2 parents 4186c32 + e493790 commit 7a3eca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/console/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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/
3 changes: 2 additions & 1 deletion contributing/code/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 7a3eca6

Please sign in to comment.