ConEmu

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

ConEmu

#1 Post by Midas »

ConEmu is an actively developed FOSS project (with a thriving community, it seems) for Windows console emulation, natively portable (instructions are included in the download package, but in a rush just create an empty 'ConEmu.xml' file inside the ConEmu folder -- otherwise settings get written to HKEY_CURRENT_USER\Software\ConEmu; not tested for stealth!), available in x32 and x64 versions, and with more options than you'd want to shake the proverbial stick at...
http://sourceforge.net/projects/conemu/ wrote:ConEmu is a Windows console window enhancement (local terminal emulator), which presents multiple consoles and simple GUI applications as one customizable tabbed GUI window with various features. Initially, the program was created as a companion to Far Manager. ConEmu starts a console program in a hidden console window, and provides an alternative customizable GUI window with various features.

Image


A rather interesting snippet from ConEmu's FAQ page:
http://code.google.com/p/conemu-maximus5/wiki/ConEmuFAQ wrote:Q. Can ConEmu make launched applications portable?
A. This feature is under development - complete registry interception for launched applications is planned.

Download ConEmu Stable (currently v120727c) @ http://sourceforge.net/projects/conemu/files/Stable/
Last edited by Midas on Sat Jul 08, 2017 3:52 am, edited 2 times in total.

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: ConEmu

#2 Post by freakazoid »

I've been using this recently and it's pretty good.

Great when you have to manage different things like bash, cmd all in one window.
is it stealth? ;)

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: ConEmu

#3 Post by Midas »

ConEmu is currently at version (Build) 131026; changelog (too long to post here) is at http://code.google.com/p/conemu-maximus5/wiki/Whats_New.

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: ConEmu

#4 Post by tproli »

Nice, thanks. I noticed that

Code: Select all

HKEY_CURRENT_USER\Console\ConEmu
is always created with 3 minor settings (about history and screen colors). Perhaps it can be disabled with some smart combination of checkboxes in the Settings, I wasn't able to figure out.

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: ConEmu

#5 Post by Midas »

ConEmu Build 160301 released (site moved; changelog is now at http://conemu.github.io/en/Whats_New.html).

FYI, direct downloads are at http://www.fosshub.com/ConEmu.html.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: ConEmu

#6 Post by webfork »

Note: this was originally posted over on the Cmder thread (and most of the screenshots are of that program) but I'm really talking about one of the component programs, ConEmu, so I moved it over to this thread.

--

I was drawn to this mostly because it allows for generating a restricted user, which -- unless you're a system administrator -- has to account for 95% of the things that are done on the command-line:

Image

However, the home page had some very nice additional bits:
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, which makes it great for USB Sticks or cloud storage. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
Nice.

Those are two nice things, but there's a LOT under the hood with this program. If you ever wanted to have bash, powershell, and regular CMD all in the same tabbed window, here's a great start:

Image

Also this looks to be very much still in development, with an update out last month:
1.3.15 (2020-06-26)

Fixes #2247, fixes #2254 #2265
Clink path get broken if clink-completions content is created in a different order #2278Clink path get broken if clink-completions content is created in a different order #2278
Move Git functions to lib/git.bat #2293
Fix Cmder issue #2290 #2294
Update git for windows to 2.26.2 #2308
Update README.md #2323Update README.md #2323
Added support for setting custom icons for Cmder window #2335
Fix and enhance enhance_path_recursive #2311


User avatar
rbon
Posts: 363
Joined: Wed Mar 28, 2007 2:16 am
Location: Italy

Re: ConEmu Portable

#7 Post by rbon »

ConEmu Portable rel. 201124 (alpha) released Nov. 25, 2020
• GitHub project page: https://github.com/Maximus5/ConEmu
• GitHub direct download portable paf: https://github.com/Maximus5/ConEmu/rele ... sh.paf.exe
• FossHub project page: https://www.fosshub.com/ConEmu.html
• FossHub direct download portable paf: https://www.fosshub.com/ConEmu.html?dwl ... sh.paf.exe

Changelog Build 201124 (alpha):

Code: Select all

• conemu#2201: Support new executor in Far 3 build 5709.
• l10n: German translations were updated
• Minimum required Windows version was updated in Readme.
Note_1
ConEmu and ConEmu Portable works on Windows 2000 or later.

Note_2
On FossHub there is a download counter: they are 2,190,884 downloads. 8)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Rick Cook.

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: ConEmu

#8 Post by Andrew Lee »

Should this fall under GUI rather than CLI?

Something along the lines of ColorConsole?

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: ConEmu

#9 Post by webfork »

Andrew Lee wrote: Sat Dec 12, 2020 4:29 pm Should this fall under GUI rather than CLI?
We had a long discussion about CLI vs. GUI somewhere else in the forums. But the way I've come down on this is if it's launched in a CLI window and stays in a CLI window (ala pico, ipconfig, pico, vi, etc.) it's CLI. Otherwise, it's graphical.

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: ConEmu

#10 Post by Andrew Lee »

webfork wrote: Sat Dec 12, 2020 7:00 pm We had a long discussion about CLI vs. GUI somewhere else in the forums. But the way I've come down on this is if it's launched in a CLI window and stays in a CLI window (ala pico, ipconfig, pico, vi, etc.) it's CLI. Otherwise, it's graphical.
So it seems this _is_ GUI. Basically a GUI shell for the command prompt. Any objections if I move this to mainline submission?

User avatar
vevy
Posts: 795
Joined: Tue Sep 10, 2019 11:17 am

Re: ConEmu

#11 Post by vevy »

If this was a CLI-only site, I'd add them in a special category, because they are very relevant to CLI.

But the GUI is the point of a Console/terminal emulator, so the main DB seems appropriate.

User avatar
rbon
Posts: 363
Joined: Wed Mar 28, 2007 2:16 am
Location: Italy

Re: ConEmu

#12 Post by rbon »

Andrew Lee wrote: Sat Dec 12, 2020 10:26 pm
webfork wrote: Sat Dec 12, 2020 7:00 pm We had a long discussion about CLI vs. GUI somewhere else in the forums. But the way I've come down on this is if it's launched in a CLI window and stays in a CLI window (ala pico, ipconfig, pico, vi, etc.) it's CLI. Otherwise, it's graphical.
So it seems this _is_ GUI. Basically a GUI shell for the command prompt. Any objections if I move this to mainline submission?
I agree with Andrew.
ConEmu Portable is absolutely a GUI. :mrgreen:
I should have, right away, insert it in 'Portable Freeware Submission' but I didn't want to open a new discussion: with links, images and bla-bla. Sorry.
Please move the post 'ConEmu Portable'.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Rick Cook.

User avatar
vevy
Posts: 795
Joined: Tue Sep 10, 2019 11:17 am

Re: ConEmu

#13 Post by vevy »

Added. Vote.

(and created a new category for Consoles/Terminals)

Post Reply