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

conemu - custom console panels layout

I'm trying to arrange my conemu panels in a specific way. I only managed to get 2/3 of the panels to be arranged as i'd like, but i can't figure out how to do the last part. The layout i'm after is something like this: but i only managed to get two…
Nick
  • 13,493
  • 8
  • 51
  • 98
0
votes
0 answers

Using python interactive mode with conEmu.

i could not find an answer to this question online, so i'm hoping y'all can help. I installed conEmu to have a terminal for easier access. I was using python interactive Mode in Windows cmd by just typing 'python', but in conEmu, it seems to be…
Slava A.
  • 97
  • 6
0
votes
0 answers

Cygwin home directory

i'm using cygwin with conemu and zsh "C:\cygwin64\bin\zsh.exe --login -i" and in my /etc/nsswitch.conf I set (using passwd file makes no difference) db_home: windows db_passwd: windows My HOME env variable now points…
Erik Bender
  • 755
  • 1
  • 6
  • 13
0
votes
1 answer

conemu - on startup open two windows and position them like i want

I don't know if that's possible. I managed to have conemu open two tabs (with a custom name) on startup and cd inside the folders i needs, now my question is: Is there any way to make conemu open two different tabs in two different windows and…
Nick
  • 13,493
  • 8
  • 51
  • 98
0
votes
0 answers

vim in ConEmu is showing all text in bold

I'm using vim in ConEmu (with cmder) on Windows, and for some reason all the text is displayed in bold. It's only happening in vim, just in ConEmu the text is regular. The boldness started when I added the following section to my .vimrc in order…
Mark Vincze
  • 7,737
  • 8
  • 42
  • 81
0
votes
1 answer

Expanding Bash shell variable in Curl in Cmder

On a Window 7 machine in Cmder emulator in Git bash window, I'm trying to capture the ISO-formatted current date: $ date +%s 1513354497 to be sent inside the body of curl POST request: $curl.sh -X POST -H "Content-Type: application/json" -H…
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
0
votes
1 answer

conemu - how to 'group input' in a task?

I have created a task in conemu which launches 3 consoles and ssh to 3 different servers. I would like to also 'group inputs' directly when launching this new task. Right now, I need to press Apps+G once the 3 consoles are up in order to be able to…
tvee
  • 41
  • 1
0
votes
1 answer

SetProgressValue() not working within ConEmu

We developed a console application which uses ITaskbarList3::SetProgressValue() method that works fine when that application is invoked within cmd.exe but it doesn't show any progress when invoked within Conemu console. No error messages happens…
Jack
  • 16,276
  • 55
  • 159
  • 284
0
votes
0 answers

Unable to create a Docker secret from STDIN

I'm trying to create a Docker secret as per Docker docs: $ echo | docker secret create my_secret - and getting the following: $ echo 'this is my secret' | docker secret create my-secret - Error reading content from "-": Incorrect function. This…
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
0
votes
1 answer

How to "replace" Command Prompt in Windows 8.1?

I have a batch script in my Startup folder which begins with chcp 65001. This will crash CMD after the first command after chcp but it won't crash ConEmu. So how do I make it run in ConEmu instead of CMD after logon?
Weylyn Savan
  • 113
  • 4
0
votes
1 answer

MSVC environment variables in git bash using ConEmu

I'm trying to start git bash with environment variables from vcvarsall.bat using ConEmu. Currently my startup task is just "C:\Program Files\Git\bin\vc14.bat". The bat file looks as following: call "C:\Program Files (x86)\Microsoft Visual Studio…
MaLarsson
  • 260
  • 3
  • 10
0
votes
0 answers

Show console.log in ConEmu

ConEmu does not display console.log('variable'): It only shows when highlighted: How do setting it so that it is displayed?
0
votes
1 answer

Is it possible to open Google Chrome as a ConEmu/Cmder tab?

I can do this for Visual Studio Code by defining a new task in Cmder: code -new_console, and the editor opens as a new tab. However, doing the same for Chrome opens a new browser window instead of a tab.
TheCorwoodRep
  • 509
  • 4
  • 10
0
votes
1 answer

ConEmu: indicate that process exits in the tab?

I often run long-running processes in the separate tab in Conemu (-new_console:b). It would really help if I can see in the inactive tab title, when this process exits/terminated. Best option I found is to include process name (%n) in the tab…
sbat
  • 1,453
  • 10
  • 21
0
votes
1 answer

Automatically execute a command when opening a command group?

I use the following command daily for debugging: adb logcat -s Unity | findstr /c:"[U]" /c:"[W]" /c:"[D]" I love ConEmu, but I'm having trouble understanding some of the "Predefined Task" functionality. How can I launch a new console tab that…
user736893