No description
  • C++ 91.6%
  • C 5.8%
  • Batchfile 0.9%
  • PowerShell 0.8%
  • Lua 0.4%
  • Other 0.4%
Find a file
Manu f691b0176f added dist packaging script
- distribution size goes down to ~7MB (from ~220MB) when including only what's needed
2026-07-31 18:12:01 +03:00
.github fix link to section 2023-07-23 15:17:01 +02:00
Deploy Internal. Fix deploy script 2023-07-24 01:57:30 +02:00
logo New icon design. 2020-10-10 15:26:18 +02:00
nuget 230724 Chocolatey and Nuget 2023-07-24 02:03:33 +02:00
PortableApps 230724 release files 2023-07-24 02:03:35 +02:00
Release 230724 release files 2023-07-24 02:03:35 +02:00
scripts added dist packaging script 2026-07-31 18:12:01 +03:00
src added support for Ctrl hotkeys with ChildGUI 2026-07-31 17:20:46 +03:00
.editorconfig Internal. Python editorconfig 2019-05-03 21:20:44 +03:00
.gitattributes Internal. Use LF to work with *.DotSettings. 2021-01-03 10:08:53 +01:00
.gitignore added dist packaging script 2026-07-31 18:12:01 +03:00
.gitmodules Internal. Add googletest submodule 2019-07-29 16:52:37 -07:00
appveyor.yml Internal. Remove debug from pipelines 2021-09-06 00:07:25 +02:00
azure-pipelines.yml avoid running CodeQL when azure-pipelines.yml was edited and vice versa 2023-07-23 15:08:05 +02:00
CreateRelease.cmd Internal. Update release scripts 2021-06-21 13:09:43 +02:00
Deploy_to_all.bat Internal. Add deploy scripts 2020-06-21 23:19:52 +02:00
descript.ion Internal. Tests 2020-08-08 22:03:24 +02:00
FUNDING.yml Internal. Update funding links 2022-04-18 23:45:40 +02:00
LICENSE Add LICENSE to the project root 2017-10-26 20:48:00 +03:00
premake5.lua gh-2330: Fix crash on startup. 2021-07-14 22:18:51 +02:00
README.md added support for Ctrl hotkeys with ChildGUI 2026-07-31 17:20:46 +03:00
SECURITY.md Create SECURITY.md 2023-07-23 15:07:09 +02:00

Manu's ConEmu

personal fork based on v23.7.24.

ConEmu lacks GPU rendering, so I run Alacritty embedded inside it via ChildGui. best of both worlds: ConEmu's tab management with Alacritty's rendering performance.

the catch: once a GUI app is embedded, most ConEmu hotkeys stop working. Windows sends keypresses directly to the focused window (the GUI app), and ConEmu never sees them. the only exception is hotkeys registered through 'Install keyboard hooks', which installs a low-level keyboard hook that intercepts keys before they reach the focused window.

as I noted in ConEmu/ConEmu#2637, this is a philosophical choice rather than a technical limitation. the hook already proves it's possible, it just wasn't applied broadly. the existing Win bindings are also opinionated, as Ctrl combos are far more common across apps with tabs.

changes

- added support for Ctrl hotkeys with ChildGUI via low-level hook
    • new settings toggle: Support special hotkeys (Ctrl+Tab, Ctrl+1..9/0, Ctrl+T, Ctrl+W, Alt+T, Win+Alt+P)
    • Win+Alt+P: open preferences
    • Ctrl+1..9/0 switch to specific tab
    • Ctrl+Tab cycle to next tab
    • Ctrl+W close current tab
    • Ctrl+T open new tab
    • Alt+T new tab dialogue



Original Readme Below


About ConEmu

master build status daily build status

ConEmu-Maximus5 is a Windows console emulator with tabs, which represents multiple consoles as one customizable GUI window with various features.

Initially, the program was created as a companion to Far Manager, my favorite shell replacement - file and archive management, command history and completion, powerful editor.

Today, ConEmu can be used with any other console application or simple GUI tools (like PuTTY for example). ConEmu is an active project, open to suggestions.

Fosshub.com ConEmu mirror Donate

Take a look at screencast about ConEmu.

This fork grew up from ConEmu by Zoin.

License (BSD 3-clause)

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.

See Release/ConEmu/License.txt for the full license text.

Wiki: https://conemu.github.io/en/TableOfContents.html What's new: https://conemu.github.io/en/Whats_New.html Release stages: https://conemu.github.io/en/StableVsPreview.html Donate this project: https://conemu.github.io/donate.html

Description

ConEmu starts a console program in hidden console window and provides an alternative customizable GUI window with various features:

  • smooth window resizing;
  • tabs and splits (panes);
  • easy run old DOS applications (games) in Windows 7 or 64bit OS (DosBox required);
  • quake-style, normal, maximized and full screen window graphic modes;
  • window font anti-aliasing: standard, clear type, disabled;
  • window fonts: family, height, width, bold, italic, etc.;
  • using normal/bold/italic fonts for different parts of console simultaneously;
  • cursor: standard console (horizontal) or GUI (vertical);
  • and more, and more...
  • tabs for editors, viewers, panels and consoles;
  • thumbnails and tiles;
  • show full output (1K+ lines) of last command in editor/viewer;
  • customizable right click behaviour (long click opens context menu);
  • drag and drop (explorer style);
  • and more, and more...

All settings are read from the registry or ConEmu.xml file, after which the command line parameters are applied. You may easily use several named configurations (for different PCs for example).

Requirements

  • Windows XP or later for 32-bit.
  • Windows Vista or later for 64-bit.

Installation

In general, ConEmu installation is easy. Just unpack or install to any folder and run ConEmu.exe.

Read Installation wiki about release stages, distro packets, some warnings and much more...

Building from sources

https://github.com/Maximus5/ConEmu/blob/master/src/HowToBuild.md

Screenshots

Splits and tabs in ConEmu

ConEmu+Powershell inside Windows Explorer pane

More screenshots