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.
Demo
Description
ConEmu starts a console program in hidden console window and provides an alternative customizable GUI window with various features:
Also Read – HTTPS-Everywhere : A Browser Extension That Encrypts Your Communications
Far Manager Related Features
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
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
Disclaimer
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.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…