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

Setting {WSL::Bash} as default shell throws an error in cmder

note: backend error output: -v: -c: line 0: unexpected EOF while looking for matching `'' -v: -c: line 1: syntax error: unexpected end of file ConEmuC: Root process was alive less than 10 sec, ExitCode=0. Press Enter or Esc to close…
zoomlogo
  • 173
  • 4
  • 14
0
votes
1 answer

Change directory and run command in ConEmu tasks

I'm trying to create ConEmu task in Cmder, I want to navigate to particular directory and run a SSH command and using git-bash for this. I'm able to change directory but can't run the SSH command. Command *cmd /c…
Suroor Ahmmad
  • 1,110
  • 4
  • 23
  • 33
0
votes
0 answers

ConEmu CTRL+C not passed to grep in wslbridge.exe

I am using ConEmu with the wslbridge.exe. I am incapable to pass down CTRL+C to cancel a grep that takes too long. Or an ls or any long command that displays stdout. I've followed this answer but still no result. Anyone faced this that can help me?…
Santiago
  • 379
  • 3
  • 14
0
votes
1 answer

ConEmu: how to open a standard windows cmd.exe window from conemu (and execute a command - e.g. start a batch file)

I need to open a legacy app which requires a standard cmd.exe I would like to be able to spawn it from a batch file (.bat) and run it from command line in ConEmu Don't see a way to do that. start and cmd open a new tab in ConEmu at best - while I…
ragi
  • 1
  • 4
0
votes
1 answer

How to execute a command in current tab in Cmder (ConEmu)

I use Cmder to log into SSH with multiple tabs. I always run the same commands on each of them. I tried automating it, but Cmder always tries to run the commands from my local cmd.exe rather than the ssh sessions I currently have open in my tabs. Is…
Michał Zawadzki
  • 695
  • 6
  • 14
0
votes
1 answer

ConEmu/Cygwin: 'ls -ls' command line does not return an aligned output

I've installed Cygwin v3.1.2 (0.340/5/3) and ConEmu v20191012 (64bits) When I run the command line below c:\temp>ls -ls total 0 0 -rw-rw-r--+ 1 me None 0 Jan 5 12:40 fileA 0 -rw-rw-r--+ 1 me…
ESRISM
  • 101
  • 1
  • 10
0
votes
1 answer

Small text in new window after launching exe with shift+enter in FAR

Sometimes I need to launch exe or bat file in separate window, I always did it with shift+enter. On Win7 there was no issues, now I have switched to Win10, and when I launch program via shift+enter I see window like that Changing its "defaults"…
kutu
  • 41
  • 7
0
votes
2 answers

cd back to previous location in Cmder

In bash you can type: cd - to go back to your previous location. How do I do this in Cmder?
gummiost
  • 654
  • 7
  • 15
0
votes
1 answer

ConEmu text is too faint

I've just installed ConEmu for the first time on my Windows laptop (Windows 10, ConEmu 191012 Preview). But for some reason the text in all the windows is really faint. I've Googled and search Stack Overflow but I can't find anything about this.…
ClareSudbery
  • 391
  • 4
  • 11
0
votes
2 answers

Initiate ipdb from Vim in another ConEmu Tab

Struggling to initiate another ConEmu Tab from Vim My procedure was: Vim is started from ConEmu Issue a command from Vim to open new tab and start ipdb. My idea was: :silent !ConEmu.exe /cmd {Something here to initiate python -m ipdb %?}…
Blada-H
  • 57
  • 5
0
votes
1 answer

How to get ConEmu tab index from command line?

I am writing script to setup environment variable based on tab index. eg. if tab 1 cd /d c:\proj1 if tab 2 cd /d c:\proj2 etc.
Qin
  • 1
0
votes
0 answers

Blinking is off - Still cursor blinking - ConEmu and Cmder

I have this issue where cursor is constantly blinking in Cmder with windows 10 . If I switch off blinking from Settings=>features=>Text Cursor is still blinking in fact faster then when this setting is on. It also seems to be slower now. ConEmu…
Shiju Samuel
  • 1,373
  • 6
  • 22
  • 45
0
votes
1 answer

ConEmu closes immediately

After deleting working (and quite old version of) Conemu from my laptop by mistake I tried to install it anew. But now, clicking on the icon, the window opens and immediately, in half a second, closes. I tried to uninstall and install many times,…
0
votes
1 answer

Run two commands synchronously in a split terminal

I would like to launch my development server using a single launch script in a split console with ConEmu. It can be a ConEmu task, a batch script, or whatever it takes. I have achieved this with Gulp but find that solution to be overkill. I need to…
Womble
  • 345
  • 3
  • 13
0
votes
1 answer

I want to call my script when command not found in bash (cmder)?

If the Command is not found in bash(cmder). Then i need to call my batch or shell file. and execute custom code to print result instead of default bash: foo: command not found Is there any settings in cmder or any possible other way to achieve this…
Balaji bala
  • 31
  • 1
  • 1
  • 2