Questions tagged [cmder]

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It's further extended with the Monokai color scheme and a custom prompt layout.

Cmder is a software package based on ConEmu, created due to absence of an nice console emulator on Windows. It is designed to be portable and totally self-contained with no external dependencies.

Click Here for more info.

207 questions
40
votes
12 answers

How to use Cmder in Visual Studio Code?

At work, there is an enterprise security policy where all executables are only allowed to run out of C:\Program Files or C:\Program Files (x86). In Visual Studio Code, in settings.json, using the following settings: { …
homersimpson
  • 3,338
  • 4
  • 23
  • 38
40
votes
1 answer

Cmder - 'eval' command is not recognized

λ eval 'eval' is not recognized as an internal or external command, operable program or batch file. Just downloaded it for Windows 10.
allidoiswin
  • 2,128
  • 1
  • 14
  • 22
34
votes
8 answers

Start up cmder ConEmu console in a specific folder

I want start my Cmder console in this route C:\xampp\htdocs, but I don't understand the syntax of 'Task parameters'. For example: `/icon "%CMDER_ROOT%\cmder.exe`" Can anyone translate for this? C:\xampp\htdocs to -> /icon…
Funny Frontend
  • 3,357
  • 11
  • 29
  • 53
32
votes
5 answers

Conemu doesn't work with wsl since windows update

Since I have updated windows, my conemu terminal is giving me the following error each time a session is created: wslbridge error: failed to start backend process note: backend error output: -v: -c: line 0: unexpected EOF while looking for matching…
Martin J
  • 1,395
  • 8
  • 21
15
votes
1 answer

How to create an alias with multiple commands that accepts parameters in Cmder?

I would like to know how to create one alias with multiple commands in Cmder, that accepts parameters and injects them into the commands.
Ramtin Soltani
  • 2,160
  • 3
  • 18
  • 40
15
votes
6 answers

Cmder bash script executing

I created basic script in Windows. #!/bin/bash echo Hello I am using Cmder, ConEmu derivative. I tried to change the priviliges with chmod, but they are the same. I don't know how can I execute this script. Normal Linux way, which is: ./hello.sh…
BadBot
  • 151
  • 1
  • 1
  • 4
11
votes
2 answers

How to run cmder from start menu

I have been vexed by what I felt should be an easy issue to solve. I have been trying to run the cmder executable from the start menu. But when I type the Cmder in the Run box, Cmder.exe does not show up in the list But I can see from the cmd that…
indcoder
  • 373
  • 3
  • 10
9
votes
2 answers

How to set Cmder to not wrap text output

The default setting for Cmder is to wrap text output. But how to set Cmder do not wrap text output? The Cmder, i meant : http://cmder.net/
Spider
  • 1,072
  • 3
  • 14
  • 36
9
votes
4 answers

Use Cmder with Bash on Ubuntu on Windows 10

I am new to bash and commandline, a friend adviced me to use Bash with Cmder so I downloaded it here : http://cmder.net/ (mini) The problem is, that when I open it it emulates the standard command prompt and not Bash. I can't find where I can…
neiya
  • 986
  • 10
  • 21
9
votes
2 answers

Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder

I want to work with git, from the cmder powershell. Errors Cmder prints out the following error: Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder If I run the Install-Module posh-git cmder prints out the next…
Fabian Schmick
  • 1,426
  • 2
  • 20
  • 29
8
votes
1 answer

How to set Cmder as default cmd (console) in Visual Studio?

When running console applications from Visual Studio (not Code), I would like to use Cmder instead.
RazvanR
  • 376
  • 4
  • 13
7
votes
3 answers

Anaconda (Python) - Cmder integration on Windows 10

I'm having some troubles in having Cmder working with Python through Anaconda on Windows 10 64bit. I got Anaconda working pretty well, tested to plot something with matplotlib and it works just great with Anaconda Prompt. However, if I try to run…
Sfrow
  • 271
  • 2
  • 13
7
votes
1 answer

What does a lambda prompt indicate at the command line?

I just installed Cmder on a Windows box as a precursor to getting Cygwin installed and a bash shell going. It's my first time installing it, and I notice the prompt character used is lambda 'λ'. I'm more used to seeing '$' as a default prompt…
scanny
  • 20,022
  • 3
  • 40
  • 66
6
votes
1 answer

VSCode + Cmder integration - strange issue

could you tell me why while I integrate the vscode and cmder, like that: "terminal.integrated.shell.windows": "cmd.exe", "terminal.integrated.shellArgs.windows": ["/k", "%CMDER_ROOT%\\vendor\\init.bat"] and use mini_cmder version, everything is…
Crova
  • 169
  • 9
6
votes
1 answer

Is there a keyboard shortcut to restart the current console in cmder?

It seems like there is with ConEmu https://conemu.github.io/en/KeyboardShortcuts.html "Win+~" but a way to restart the current console in cmder would be great. Cheers
patrickzdb
  • 838
  • 1
  • 9
  • 24
1
2 3
13 14