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

What does "Inject ComEmuHK" option of ConEmu does exactly?

Since when this option enabled "git svn rebase" stays stalled and does nothing, I'm starting to think that it's not totally innocent. However since it's checked on the default setup, I would like to know what this option does, and why it should be…
Samuel Rossille
  • 18,940
  • 18
  • 62
  • 90
-1
votes
2 answers

One-line ping answer with time and RTD on Windows

How to get the time and response round-trip delay (RTD) of a ping command? ping 10.11.12.13 -n 1 every second in the following format: [time] [delay] [time] [delay] [time] [delay] ... ...in a rich Windows command-line application with a Unix…
Supersharp
  • 29,002
  • 9
  • 92
  • 134
-1
votes
1 answer

How to open conemu form current folder?

I used cmder that can open console from current folder thought windows shortcut menu by clicking mouse right key. You can add shortcut of cmder to right-click menu by cmder /regesiter But when using conemu, I can't find way to open console form…
Fred
  • 101
  • 1
  • 10
-1
votes
1 answer

Why cannot you print from within windows message queue

#include #include #include MSG Msg; while (GetMessage(&Msg, NULL, 0, 0) > 0 ) { TranslateMessage(&Msg); printf("hello world \n"); DispatchMessage(&Msg); } (Running Windows 10 Creator's…
sourcevault
  • 313
  • 1
  • 3
  • 10
-1
votes
1 answer

Conemu alternative mode in far

I've got problem with alternative mode displaying in FAR manager. When switching to it with Win+A or lock icon in menu it displays nothing. It begun after one of the updates of the conemu. Conemu version is 160914 stable Far version is 3.0.4455…
lexa107
  • 29
  • 5
-1
votes
1 answer

Can't change default command prompt conemu in visual studio

link 1 it worked on win32 build configuration debug mode, but doesn't work on x64 build configuration debug mode. how can i change default command prompt on x64 build config ?
-2
votes
1 answer

Run python files in Cmder/ConEmu vs code

By default, vs code runs the python file in the 'python' terminal it creates, but I want this to run in external terminal of Cmder/ConEmu. How can I do it?
Groks_45
  • 3
  • 2
-2
votes
2 answers

How to add and execute windows environment variable in alias

Windows 10. cmder/clink environment. For example I want to add alias for fast history watching: cat %CMDER_ROOT%\config\.history - work if i copy-paste it to console. But this line at aliases.config history=cat %CMDER_ROOT%\config\.history - doesn't…
AuthorProxy
  • 7,946
  • 3
  • 27
  • 40
1 2 3
18
19