Cmder is The Cmd Developer on Windows Always Dreamed Of

2

Here at NOW, we are obsessed with finding the best tool to get the job done. That means even topics we’ve covered many posts before about an alternative command prompt for Windows, there are still rooms for improvement. In fact, we have aggregated a list of 4 better alternatives to Windows Built-In Command Prompt yet we are still finding a better alternative to the four we’ve already covered.

cmder is a portable command prompt replacement for Windows cmd (command prompt). But it’s more than just a replacement, it’s light years ahead of what the built-in cmd can do. (we know that Microsoft has dedicated time and effort to improve the command prompt in Windows 10, however, cmder still comes on top in many aspects.) If you are a power user, whether you are an IT admin or developer that needs to spend a significant chunk of your time in the command line cmder should worth your consideration.

cmder is a fork from ConEmu, one of the command prompts we recommended previously. Since cmder does not include a detailed documentation on their website on all the amazing feature they have. Here are some of the highlight features that I’ve come across after a few days of using cmder as my daily go-to command prompt on Windows.

  • Clink, autocomplete.
    • if you have used Linux/Unix terminal, a lot of the time when you press tab you will get some auto-completion suggestions. Clink is the autocomplete for cmder that are built-in shipped all-in-one.
  • Built-in Git for Windows
    • git are encapsulated within the cmder so you don’t have to download and installer git separately. cmder also replaces git bash as a more customizable git terminal.
  • Built-in PuTTY/SSH support
    • highly related to git’s integration is the SSH support, not only you can ssh into any Linux/Unit terminal within cmder out of the box. It also allows you to manage and generate ssh id_rsa public and private keys. A command like ssh-keygen is all integrated.
  • Customization, Look and Feel and built-in theme
    • There is all kind of themes, well known from other terminal or text editors, that are available at your disposal to use. Popular themes like Solarized, Twilight, Ubuntu and Tomorrow are all built-in.
  • Shortcut, regular copy and paste with ctrl + c and ctrl + v
    • you can copy and paste with the standard keyboard shortcut, no longer need to right-click or use a dedicated keyboard shortcut to do the most basic editing.
  • Syntax Highlighting, self-explanatory. If you are editing or viewing some code within cmder, it will pick up the file extension and highlight the syntax appropriately.
  • Multi Tab
    • most enhanced command prompt replacement all have multi-tab support. cmder goes further when you launch a new tab. You can have the option to specify run under a different user or as an administrator.
  • Better Search
    • not sure what command to type when searching through the terminal? no problem, there is a dedicated search field that allows you to match any text that was displayed previously in cmder.

Get Started with cmder

cmder does not come with an installer, it’s a portable executable that is packaged in a zip. After unzip, and running the main app you might be prompt for a new version update.

2017 04 19 1618 - Cmder is The Cmd Developer on Windows Always Dreamed Of

From here, you can also tell that this is still a fork off ConEmu, some of the dialog prompts still have not changed their title.

2017 04 19 1618 001 - Cmder is The Cmd Developer on Windows Always Dreamed Of

Once you finish updating, this is what cmder looks like. Already much better than the default Windows cmd. You can adjust window width, font size, and themes etc all can be easily configured.

2017 04 19 1630 600x315 - Cmder is The Cmd Developer on Windows Always Dreamed Of

How to Open a New Tab with cmder

To create a new tab, just hit Ctrl + T or double click new empty tab

2017 04 19 1639 - Cmder is The Cmd Developer on Windows Always Dreamed Of

Build-in Git Support. Below is an example of a fresh Windows 10 machine that doesn’t have git installed. With cmder, you are able to run git.

2017 04 19 1648 600x601 - Cmder is The Cmd Developer on Windows Always Dreamed Of

Below is an example of how search works. Just enter any text and it will search through history any text that was previously displayed in cmder.

2017 04 19 1652 600x548 - Cmder is The Cmd Developer on Windows Always Dreamed Of

Cmder also ships with the ability to wrap its shell onto other terminals like bash and PowerShell. You will be able to run PowerShell commands in cmder after launching a new PowerShell tab.

2017 04 19 1656 600x367 - Cmder is The Cmd Developer on Windows Always Dreamed Of

That’s an overview of what cmder is like and I’m sure you will find some if not at least one feature that you will find useful with your daily workflow. Give this a try and share this post if you like it!

2 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here