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

airline in conemu - changed colors on page scroll

I have finally got the vim with airline plugin to wok on windows with conemu thanks to this topic: https://github.com/bling/vim-airline/issues/513 Almost everythink is good right now except some problems with colors in the airline when screen is…
lkurylo
  • 1,621
  • 33
  • 59
0
votes
1 answer

Use ConEmu to run SQL in Notepad++

I use Notepad++ every day, and love it endlessly. The only thing I wish it could do that it can't out of the box is run SQL on a DB. I use ConEmu to run SQLPlus when I need a command line Oracle environment, and Toad for everything else. So what I…
jtchase08
  • 632
  • 5
  • 12
0
votes
1 answer

Hello World console application crashes in ConEmu

When executing a newly built "Hello World" console application in CMD or PowerShell inside ConEmu (frames and tabulates everything), the application will fail with "MyApp has stopped working" after printing "Hello World". Execution in a regular…
0
votes
1 answer

Ruby script breaks Cyrillic characters in ConEmu

I have a simple Ruby script in UTF8-encoded file 01.rb: #encoding: utf-8 puts "Hello, Марина!" gets It works perfectly in Win7 console (cmd.exe), but when I try to run it in ConEmu, it returns: $ ruby 01.rb Hello, Р?Р°С?РёР?Р°! Tried to use $…
StragaSevera
  • 466
  • 1
  • 4
  • 14
0
votes
1 answer

Run a persistent process via ssh in Windows

Picking up on the accepted answer in this post, Run a persistent process via ssh I'd like to know if I could achieve the same with an equivalent Windows terminal multiplexor, such as ConEmu, and how I'd go about to do that.
user2066480
  • 1,229
  • 2
  • 12
  • 24
0
votes
2 answers

How to launch Git bash in ConEmu from SublimeText?

I tried to use Terminal Plugin for ST3, like that { "terminal": "D:/Mega/SOFT/ConEmu/ConEmu.exe", "parameters": ["C:/Program Files (x86)/Git/bin/sh.exe"] } Sh.exe launches, but I can't pass "--login -i" parameters to it. { "terminal":…
Mihail
  • 618
  • 5
  • 16
0
votes
1 answer

Robocopy fails with error 121 when running in a new window of conemu

I have a long running process that spans robocopy windows to parallelize copying process. It goes well under cmd.exe, but when I try it under conemu, child windows has the following message: ConEmuC: Root process was alive less than 10 sec,…
AxCoder
  • 638
  • 5
  • 11
0
votes
1 answer

Conemu: Task to open ssh send password and a command

I am trying to launch ssh to open a server, send my password and change the default directory ssh -cur_console name@192.168.100.1 I know that this is probably simple but I can't seem to find the answer
CK1
  • 472
  • 1
  • 5
  • 16
0
votes
1 answer

ConEmu Sublime and Python to load a file in the shell

im trying to write a sublime function that will take the current file and run it in a new shell in ConEmu, Im having some issues with escaping a \t when I have a path that looks like c:\ps\test.ps1 the t gets dropped, i've tried to do some things…
jrich523
  • 598
  • 1
  • 5
  • 19
0
votes
1 answer

Grouping Tasks in Conemu

I am sure in the past I have seen a setup of tasks in ConEmu, which allowed me to group tasks together under sub-menus, such as Cmd, Powershell etc. I can't remember how to set this up and my google-fu has deserted me.
Ben Whyall
  • 268
  • 3
  • 17
0
votes
1 answer

Remap keys for groovysh when opened in ConEmu

Previous Title: Groovy shell settings/config file location on windows and an example Where can I find/create a groovysh/groovy shell settings/config file in Microsoft Windows 7? Groovysh currently has an issue GROOVY-6453 where certain keys don't…
Lifeweaver
  • 986
  • 8
  • 29
0
votes
1 answer

kdiff3 not available as c:/Program

I need you help here ) I started use ConEmu powershell with git and as I was recommended i install Kdiff3 for merge procedure I install KDiff3-64bit-Setup_0.9.98-2 version and make changes in ginconfig [merge] tool = kdiff3 [mergetool "kdiff3"] …
Niarah
  • 33
  • 1
  • 1
  • 4
0
votes
1 answer

Is there any way to use some "shortcut" for longer command lines?

I am using the same, longer command line with some arguments every day and it would be nice, if there were some possibility to make some shortcut for it. Is there any?
nicusska
  • 177
  • 1
  • 2
  • 9
0
votes
2 answers

Color mode issue in CONEMU -> cygwin -> EMACS

when im running EMACS from cygwin which in turn run from ConEmu,dosent display the emacs color themes. but if i run the same configuration without conemu i can see the themes displayed properly. how i can i setup my conEmu to display the 256 color…
blackwind
  • 182
  • 1
  • 10
0
votes
1 answer

How do I get coloured output back for Cucumber in ConEmu?

Cucumber gives coloured output in Windows 7 (64-bit) command prompt with ANSICON 1.6.0, but no longer in the ConEmu terminal manager. Cucumber Cucumber.yml exists in \config folder Cucumber.yml contains default: --color ConEmu Settings > Features…
Wilco van Esch
  • 457
  • 1
  • 7
  • 17