From 6b70b065604953945f67871bcd632527b0745f45 Mon Sep 17 00:00:00 2001 From: FatTiger Date: Sat, 25 May 2019 21:22:31 +0800 Subject: [PATCH] Update README.md Add cmder tool --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06ceae8..b68b3ef 100755 --- a/README.md +++ b/README.md @@ -579,6 +579,8 @@ These items are relevant *only* on Windows. - Another option to get Unix look and feel under Windows is [Cash](https://github.com/dthree/cash). Note that only very few Unix commands and command-line options are available in this environment. +- [Cmder](https://cmder.net) builds on the powerful [ConEmu](https://conemu.github.io) terminal emulator by excellent work of [Maximus5](https://github.com/Maximus5) to provide the best terminal experience on Windows, it uses the amazing [Clink](https://mridgers.github.io/clink) to provide a bash-like prompt using GNU's [readline](https://en.wikipedia.org/wiki/GNU_Readline), and adds a bit of batch sugar to add things like alias support, and also comes with Git on the full edition. + ### Useful Windows command-line tools - You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`.