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
0
votes
1 answer

Change the default value of the "Startup directory for new process" in the "Create new console" dialog

How do we change the default value for the Startup directory for new process? Out of the box the default is my user directory C:\Users\bigfo. My current workaround is to change the {Bash::bash} task so that it overrides whatever is in the Create…
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
0
votes
2 answers

Using CMDER, issue with setting PATH

I'm trying to use CMDER for a development environment that I've setup. Basically I've created a .bat file that calls: @ECHO OFF start Z:\_DEV\OS_WINDOWS\9_MISC_TOOLS\CMDER\Cmder.exe Then I've placed the file startdev.bat…
ZacWolf
  • 752
  • 5
  • 18
0
votes
1 answer

Can I display "bold" characters instead of "intense/bright" in ConEmu?

I want to display bold characters in WSL through ConEmu (currently using ConEmu 190331 x64). When I print the following echo -e "FROM NOT BOLD \e[1mTO BOLD\e[0m", I get this Image to ConEmu As you can see, ConEmu uses the intensity/brightness to…
Kenijo
  • 5
  • 1
0
votes
0 answers

Text expansion in Cmder / ConEMU

A long time ago, I set my Cmder (ConEMU) to expand "~" to C:\Users\%USERNAME%. Embarrassingly, I have forgotten how I did it. Now I'd like to un-do it. I've checked my alias files and ran "Multifind" searches in the /Cmder directory, but have not…
TecBrat
  • 3,643
  • 3
  • 28
  • 45
0
votes
1 answer

Split current Tab into many rows/cells then create a second tab and do the same

I am trying to create a complex console split with ConEmu, two tabs with multi row/columns per tab. Creating the first tab with 3 rows by two columns works fine -cur_console:t:"1" cmd.exe -new_console:s1T66Vn -cur_console:t:"1a" cmd.exe…
Acosta
  • 1,057
  • 1
  • 10
  • 22
0
votes
1 answer

Black color missing in Cmder/ConEmu with Git Bash

I'm using the latest preview of the Cmder console emulator and the Git for Windows 2.20.1. I followed the Pretty git branch graphs question response where git tree aliases are presented and defined my variant of the alias in…
mloskot
  • 37,086
  • 11
  • 109
  • 136
0
votes
1 answer

ConEmu (CMD) not indentifying these unicode characters?

public void print(boolean nextLine, int delayInt, String load) throws UnsupportedEncodingException { PrintStream p = new PrintStream(System.out, true,"UTF-8"); for(int x = 0; x < load.length(); x++ ){ p.print(load.charAt(x)); …
lafeo_007
  • 74
  • 9
0
votes
0 answers

ConEmu and Babun does not display all console output from cli apps

Curious question about cli output in babun on windows. What would cause the minimal amount of output in babun vs something like cmd? I realize this question might not have a simple answer and is loaded with ignorance but it has been bugging me a…
luckyging3r
  • 3,047
  • 3
  • 18
  • 37
0
votes
1 answer

conemu pass env var to WSL bash terminal

I'm trying to get a task defined in ConEmu to run multiple instance of Ubuntu bash using the WSL layer of Windows 10. I followed the examples to set up a task to split the UI the way I want, and that part works great. My problem is that I'm trying…
0
votes
2 answers

ELSE was unexpected at this time

I frequently work on the Windows command line within ConEmu and occasionally, after working in a given window for some time, get the following unexpected error: ELSE was unexpected at this time. Currently, it occurred after pasting about 150 lines…
tbhartman
  • 1,335
  • 1
  • 13
  • 21
0
votes
0 answers

ConEmu - clickable paths like URLs

Conemu lets me set the "highlight and goto" setting to open URLs by control-clicking them. Is it possible make it do something similar for paths? For example, being able to click on a path and open it in explorer
Daniel Paczuski Bak
  • 3,720
  • 8
  • 32
  • 78
0
votes
1 answer

Cant remap or any alt + key in vim with ConEmu

I running into issues remapping Ctrl+{Punctuation} as well as Alt+{AnyKey} in VIM while using conemu as my terminal. I'm also running Windows 10. To be honest, I'm not sure if this a Windows VIM issue or just a ConEmu VIM issue. Let me know if you…
Phaino
  • 501
  • 1
  • 5
  • 10
0
votes
0 answers

Open Server's console font not working right

After installing OS 5.2.8 Ultimate, Everything works, except that the text font is white and the text size is the same. Image with a problem:
futur1st
  • 61
  • 1
  • 11
0
votes
0 answers

ConEmu dissapearing of history after I run something

When I run this command it shows version only for millisecond and everything disappears. And again when I run command for to check version only then it shows properly.
R.H
  • 318
  • 2
  • 12
0
votes
1 answer

Conemu recommends using Admin mode, when it's already being used

I'm running it as an Admin, but it's saying. "Possible cause in case you did not touch the mouse while script was running: Mouse actions are blocked generally or by the frontmost application. You might try to run the SikuliX stuff as admin." So not…