Questions tagged [conemu]

ConEmu (short for Console Emulator) is a console window (terminal emulator) and tabbed environment for Windows.

ConEmu (short for Console Emulator) is a console window (terminal emulator) and tabbed environment for Windows. ConEmu presents multiple consoles and simple GUI applications as one customizable GUI window with tabs, a status bar and other features. Screenshots.

Initially, the program was created as a companion to FAR Manager, bringing to this console application some features common for graphical file managers (thumbnails and tiles, drag and drop with other windows, colored panel background and true color interface). Today, ConEmu can be used with any other Win32 console application or simple GUI tool (such as Notepad or PuTTY).

Features, short list

  • Multiple tabbed/splitted windows for console applications and Far Manager editors and viewers
  • Easily resize the window, both horizontally & vertically by dragging the corner
  • One-click access to new console tab
  • Run simple GUI apps in tabs
  • Attach and detach console windows
  • Configurable colors
  • Optional background image and transparency
  • Line-based or block-based text selection (instead of the column selection in the windows console)
  • Integration with FAR Manager
  • User-defined startup tabs
  • Windows 7 Jump Lists and Progress on Taskbar buttons
  • Easily run old DOS applications (games) in Windows 7 - DosBox integration
  • Running as Administrator selected tabs
  • Thumbnails and tiles in Far Manager
  • Full screen graphical window modes
  • Using 24-bit colors in Far Manager 3.x
  • Drag and drop (explorer style) of files and folders in Far Manager
  • Status Bar Details
  • Chinese support

Resources

278 questions
1
vote
0 answers

It won’t let me change the file name variables.scss to variables.css

I'm using Conemu, and I’ve installed everything from zsh to sass. I'm trying to convert variables.scss to variables.css, so I type this command: sass variables.scss:variables.css But I get an error Errno:ENOENT: No such file or directory @…
1
vote
1 answer

How to differentiate multiple window instances of Cmder?

Good day! I'm having a difficult time determining which window instance of Cmder I need when I'm doing Alt+Tab in window. All of my Cmder instances are just named [1/1] Cmder. Is there a way to customize this name? I've been looking at the settings…
Oneb
  • 145
  • 1
  • 12
1
vote
2 answers

Running a zsh alias with WSL in a ConEmu startup task

My current WSL2 + ConEmu + bash/zsh setup works as expected. I have some aliases set up in my .zshrc: //.zshrc alias mycommand1="[does some stuff]" alias mycommand2="[does other stuff]" What I want to achieve is to have a ConEmu startup Task that…
JoannaFalkowska
  • 2,771
  • 20
  • 37
1
vote
0 answers

How to pass a BASH script parameter to ConEmu?

How can I pass a bash script command line parameter to ConEmu? For example I would like to execute MyBashScript.sh on startup. ConEmu64.exe /??? MyBashScript.sh
1
vote
0 answers

Trying to launch Windows Subsystem for Linux (WSL) through ConEmu and provide additional commands

I have a service I want to run with the "make run" command in WSL via a new task in ConEmu. Right now I have in the commands section: -new_console:d:C:\pathtofolder\folder wsl How do I add on the "make run" command to be run AFTER WSL has launched…
1
vote
1 answer

Can't get ConEmu and Python Poetry to play nicely with each other

When I type something like: poetry --version I get in ConEmu: Poetry version ←[36m1.1.4←[0m This makes Python Poetry unusable as there are codes all over the place instead of text. Even though I have enabled the settings Inject ConEmuHk and ANSI…
Taran M
  • 11
  • 1
1
vote
1 answer

scanf() no carriage return after printf()

I have the following code that reads 4 numbers from user input: #include #include #define MAX_NUMS 4 int main() { int nums[MAX_NUMS]; int i; int num; for (i = 0; i < MAX_NUMS; i++) { do { …
Stepii
  • 142
  • 3
  • 10
1
vote
1 answer

xterm-256 support for git bash

I am trying to enable xterm 256 color via git bash. It turns out there are 2 ways to start a git bash in Windows. windows cmd, run this git-cmd.exe --command=usr/bin/bash.exe -l -i mintty, run git-bash.exe However seems only the second one support…
Eric Sun
  • 777
  • 6
  • 20
1
vote
1 answer

Switching tab using conemu GuiMacro Tab() function does not work

I have the following conemu GuiMacro's defined - Tab(3) - Tab(2) When I press the keys, I see the previous/next tab being highlighted in the tab bar, but the highlighted tab is not being activated - i.e. keyboard input remains in the…
1
vote
0 answers

Tab dont work well when I use linux screen in ConEmu?

ConEmu version preview-191012. Screen version 4.00.03 (FAU) 23-Oct-06. I connect to remote machine and attach to screen in ConEmu. If I press 'tab' to autocomplete filename, the cursor will move half of screen. If I do above action in powershell,…
yg lin
  • 115
  • 9
1
vote
1 answer

Embed MingW prompt window into ConEmu

I failed to embed MingW window into ConEmu. I basically copy-pasted the Git Bash command for ConEmu Settings > Starup > Tasks: set "PATH=%ConEmuDir%\..\msys64\usr\bin;%PATH%" & %ConEmuDir%\..\msys64\mingw64.exe --no-cd --command=/usr/bin/bash.exe -l…
kakyo
  • 10,460
  • 14
  • 76
  • 140
1
vote
1 answer

Cmder cursor and highlight issues with Neovim

Currently in normal mode and the cursor is still just a | instead of the usual block This doesn't change regardless of the mode, I have tried reinstalling both neovim and cmder and the same result happens regardless of the .vim file being…
kurokashiro
  • 39
  • 1
  • 6
1
vote
1 answer

conemu - start multiple commands in new window

I have the following run.cmd file. This runs 2 scripts (a webserver and a watch script) and opens a new console. All good. How can I run all these scripts to be opened in a "new window" conemu interface? For example: if I run this run.cmd 3 times,…
klodoma
  • 4,181
  • 1
  • 31
  • 42
1
vote
0 answers

Encoding of redirected file

I'm trying to redirect the output of a python script into a new file, using the Cmder/ConEmu Tool on Windows 10. The output will be containing non-ascii characters, and I need the encoding of the new file to be UTF-8 Simplified, my script looks like…
backendboi
  • 131
  • 1
  • 6
1
vote
1 answer

There is an extra space in using cmder in win10

when I upgrade my os to win10, the cmder always have an extra space on the beginning line before the cursor, whether using bash or cmd etc. enter image description here and I have tried some method from google, all of them didn't work well for me,…
bd gong
  • 21
  • 4