ConEmu

news/2024/10/30 21:21:30/

代替cmd的conemu设置
https://www.cnblogs.com/botoo/p/8599811.html
https://sourceforge.net/projects/conemu/
https://www.fosshub.com/ConEmu.html

Description
ConEmu (also known as ConEmu-Maximus5) is an advanced console window (also known as local terminal emulator). You can run in ConEmu two types of applications (1) “console” such as cmd.exe, powershell.exe, Far Manager, bash, etc., and (2) “graphical” (GUI) like Notepad, PuTTY, KiTTY, GVim, Notepad, mintty and so on. ConEmu acts as terminal (aka console emulator) for “console” type applications and sort of tabbed environment (holder) for GUI applications. It was primarily developed as a Far Manager (a popular file manager, text editor) companion but now, you can use ConEmu with other console and GUI apps that runs on Windows® such as PowerShell, bash, PuTTY, Notepad and many others. This is an Open Source project (BSD license) and you can run it on Microsoft® Windows® 2000 or later. Although this is an advanced console and not a shell, you can run any shell that you want and it has an extensive list of features.

Trademark Note 1: Microsoft®, Windows® and other product names are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

Features

  • the ability to run other GUI in tabs.
  • DosBox integration (you can use ConEmu to redirect DOS applications to DosBox).
  • it has ANSI X3.64 and Xterm 256 colors.
  • offers (limited) support for BDF fonts.
  • you can customize starting tabs.
  • Windows 7 Jump Lists and Progress on Taskbar buttons.
  • you can use tabs and panes (splits).
  • use different graphic window modes (Quake-style slide down, normal, maximized and full screen).
  • use different window fonts: bold, italic, height, width etc.
  • support for 24-bit colors, thumbnails and tiles in Far Manager.
  • user friendly support for window resizing, text and block selection.
  • many others - see the full list of features here.

ConEmu Review
Introduction

If you never used Windows® CMD command prompt and you’re not familiar with other utilities such as FAR Manager you won’t be able to appreciate this tiny piece of software. Just like someone else said, this is a tool “made for developers by a developer”. From what I’ve read, it’s the most popular Windows® console replacement so if you tried other similar tools such as Take Command (shareware) or Console (I have no idea why most people named it “Console2”, as the original name is “Console” and 2 is current version number), ConEmu might be the best alternative.

A short look

There’s no need to repeat the features list but if I would have to vote for something, I would say “flexibility”. Although, it’s just a wrapper for Windows Command Prompt, it eliminates (a part of) Windows frustration when using the standard Command Prompt. To name just a few of them: running multiple terminals in tabs, excellent status bar, copy paste operation between console windows or run multiple instances (try that in Windows Command Prompt), resize main window as much as you can (you can also try this) etc. What I am trying to say is this: after so many versions of Windows®, the Command Prompt looks and works the same as it did 10 years ago, compared to a few years of development for ConEmu that came up with the missing features.

Note: There is also an excellent documentation: just in case you need help, check the Documentation section.

Conclusion

If you use the command line often, then you need this tool. If you’re a Linux fan, this utility will make your Windows experience a little bit “comfortable”. You can customize this application in many ways: chances are that most of the features that you need are already there (settings area is really overwhelming). You will probably end up in making ConEmu your default terminal for Windows®. Finally, considering the active development and the value it provides for those who really need a true Open Source alternative for the standard Command Prompt, please consider a donation for the developer of ConEmu.

Found this software useful? Please consider a donation to the author.

在 win 下装 git 可以带一个 git-bash,mingw bash 的一个分支,最基本的那些命令都是带的。再装个 conemu 之类的东西,win 默认的 terminal 功能太差了。这些基本上就够用了,实在觉得不够的话还可以装 cygwin……


http://www.ppmy.cn/news/396726.html

相关文章

PyTorch中的torch.max()和torch.maximum()的用法详解

1、torch.max() torch.max(input) → Tensor 返回 input tensor 中所有元素的最大值。 torch.max(input, dim, keepdimFalse) → output tensors (max, max_indices) 参数: input:输入的 tensor。dim:按什么维度求最大值(2D中&am…

r4be和服务器主板稳定性,升级进化 华硕R4BE主板细节解析_华硕 Rampage IV Black Edition_主板评测-中关村在线...

●升级进化华硕R4BE主板细节解析 作为一款定位旗舰级的主板,华硕R4BE不光在硬性规格上拥有绝对高度,在辅助功能及细节设计上也有着独到之处。因为它不光要满足极限超频玩家在超频方面的需求,还要在操作便捷程度上做到人性化。 板载超频区域 熟悉华硕ROG系列产品的用户一定不…

[汽车人][巨无霸 福特][Fortess Maximus]

[汽车人][巨无霸 福特][Fortess Maximus] [ 来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/66530/viewspace-614424/,如需转载,请注明出处,否则将追究法律责任。 转载于:http://blog.itpub.net/66530/viewspace-…

STL之priority_queue与仿函数

目录 一.仿函数1.介绍2.示例 二.priority_queue1.介绍2.成员函数3.模拟实现4.使用 三.其他1.typename Container::value_type 一.仿函数 1.介绍 函数对象,又称仿函数,是可以像函数一样使用的对象,其原理就是重载了函数调用符:()…

C语言实现的简易五子棋

#include <stdlib.h> #include <stdio.h> #include <conio.h> #include <string.h> #define MAXIMUS 15 ///定义棋盘大小 int p[MAXIMUS][MAXIMUS];///存储对局信息 char buff[MAXIMUS*21][MAXIMUS*43];///输出缓冲器 int Cx,Cy;///当前光标位置 int N…

win10系统上安装cmder并实现右键启动

周末把笔记本的win10系统重置了,再安装cmder时遇到了一系列的坑。经过不断地尝试,终于解决了一个个问题,写成一篇攻略,以备查询,也希望能够帮助到别人。 cmder下载 进入[cmder官网](https://cmder.net/)下载安装包,Mini版本或Full版本按需选择即可。此时会出现一个问题,…

.NET的基元类型包括哪些?Unmanaged和Blittable类型又是什么?

在讨论.NET的类型系统的时候&#xff0c;我们经常提到“基元类型&#xff08;Primitive Type&#xff09;”的概念&#xff0c;我发现很多人并没有真正理解基元类型就究竟包含哪些&#xff08;比如很多人觉得字符串是基元类型&#xff09;。除了明确界定基元类型外&#xff0c;…

小米手机关闭自带服务器,小米手机耗电大?关闭这两个设置,小米手机能更省电!...

原标题&#xff1a;小米手机耗电大&#xff1f;关闭这两个设置&#xff0c;小米手机能更省电&#xff01; 小米手机耗电大、续航差是很多小米用户最头疼的事&#xff0c;明明刚充满的电&#xff0c;才玩了一会儿就去掉了一大半&#xff0c;真的很忧伤~ 那么怎么做才能让小米更省…