conemu

Can't enable 256 colors in ConEmu

六眼飞鱼酱① 提交于 2019-12-04 07:48:52
问题 I'm trying to get 256 colors in the fantastic ConEmu-Maximus5 console. Update: Now it only shows 8 colors. I know because '$tput colors' output is '8' I have followed the instructions and activated: TrueMod (24-bit color) support Inject ConEmuHk ANSI x3.64 / xterm 256 colors I don't understand what to do with ' check off whether the buffer / slide. ' I'm in windows 7. I start ConEmu with a custom direct link, so it loads cygwin bash file. "C:\Program Files\ConEmu\ConEmu64.exe" /cmd ""C:

Using conemu terminal with Xming

泪湿孤枕 提交于 2019-12-03 20:33:49
I am using ConEmu which is a great terminal for Windows. I am also using MobaXterm which has a built in X server to allow me to run Linux applications have have their GUIs run on my Windows machine. What I would love is to be able to achieve the same thing with ConEmu. Is it possible to forward X via SSH on ConEmu and have this work with Xming? I tried loading Xming and logging into my linux machine via SSH from a standard windows cmd.exe terminal in ConEmu but it doesn't work. Perhaps this question is not relevent to ConEmu but perhaps ConEmu has some magic I'm not aware of... debug1: channel

Showing git branch in ConEMU

元气小坏坏 提交于 2019-12-03 17:15:41
问题 Is there a way to show the branch in git somewhere visually (background or similiar) in ConEmu? 回答1: Disclaimer #1 ConEmu is not a shell, so it does not provide "shell features" like tab-completion, command history and others. Usually, Git information like branch or amount of changes is displayed in the command line prompt, for example C:\path\to\repository [branch|+2~4-6]> . This is done by the executing shell, not the console frame. As far as I know, the standard Windows command prompt (CMD

Displaying unix color on windows cmd (e.g. ←[31m)

放肆的年华 提交于 2019-12-03 12:51:42
I've recently started doing some ruby on rails development on Windows 7 and have found a number of commands (rspec, guard, etc) output colour codes that just show up in text on the windows command line (or through Console2 which I use). eg: ←[31mrspec ./spec/views/users/index.html.erb_spec.rb:21←[0m ←[36m# users/index renders a list of users←[0m ←[31mrspec ./spec/requests/homes_spec.rb:9←[0m ←[36m# Homes GET /homes ←[0m ←[31mrspec ./spec/views/users/new.html.erb_spec.rb:13←[0m ←[36m# users/new renders new user form←[0m ←[31mrspec ./spec/views/users/show.html.erb_spec.rb:13←[0m ←[36m# users

Showing git branch in ConEMU

和自甴很熟 提交于 2019-12-03 06:15:00
Is there a way to show the branch in git somewhere visually (background or similiar) in ConEmu? Disclaimer #1 ConEmu is not a shell, so it does not provide "shell features" like tab-completion, command history and others. Usually, Git information like branch or amount of changes is displayed in the command line prompt, for example C:\path\to\repository [branch|+2~4-6]> . This is done by the executing shell, not the console frame. As far as I know, the standard Windows command prompt (CMD) does not support modifying that. The bash that comes with Git for Windows already supports that perfectly

How to correctly enable ANSI colors in ConEmu + Git Bash?

匿名 (未验证) 提交于 2019-12-03 03:08:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm using Git Bash with ConEmu to make it look cool. However, upon installing Composer the colors seem to be escaped: So Git Bash does not support all the colors. Checking the AnsiColors256.ans file: After lots of Googling, I still haven't found any solution. I don't want to use Ansicon or other console emulator, ConEmu is fine for me. My settings: Inject ConEmuHk enabled Ansi X3.64 / xterm 256 enabled Windows 7 x64 Git Bash 1.9.5 ConEmu 141208 How do I enable all the colors? This is annoying my need for a Console-Zen experience :( 回答1: To

Using conemu terminal with Xming

匿名 (未验证) 提交于 2019-12-03 03:03:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using ConEmu which is a great terminal for Windows. I am also using MobaXterm which has a built in X server to allow me to run Linux applications have have their GUIs run on my Windows machine. What I would love is to be able to achieve the same thing with ConEmu. Is it possible to forward X via SSH on ConEmu and have this work with Xming? I tried loading Xming and logging into my linux machine via SSH from a standard windows cmd.exe terminal in ConEmu but it doesn't work. Perhaps this question is not relevent to ConEmu but perhaps

How do I change charset / locale in conemu?

匿名 (未验证) 提交于 2019-12-03 02:20:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am using gitbash via conemu. I have a charset issue where the chars look wrong in gitbash via conemu and gitbash directly. I fixed it in gitbash by setting the locale in .minttyrc to .. BoldAsFont =- 1 Locale = en_US Charset = UTF - 8 But this doesn't fix it in gitbash when launched via conemu. Any ideas where I would change conemu settings to address locale or to get it to pick up .minttyrc settings? 回答1: As mentioned in " git log output encoding issues on Windows 10 command prompt ", can you check your conemu session is: using

Is there a better Windows Console Window? [closed]

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I find working on the command line in Windows frustrating, primarily because the console window is wretched to use compared to terminal applications on linux and OS X such as "rxvt", "xterm", or "Terminal". Major complaints: No standard copy/paste. You have to turn on "mark" mode and it's only available from a multi-level popup triggered by the (small) left hand corner button. Then copy and paste need to be invoked from the same menu You can't arbitrarily resize the window by dragging, you need to set a preference (back to the multi-level

Use custom console for Visual Studio Console Application Debugging

匿名 (未验证) 提交于 2019-12-03 01:58:03
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Is it possible to set Visual Studio to use a non-standard console when debugging a Console Application? I'm not sure what the default console is, it looks just like cmd.exe . I would really love my Console Application to run in ConEmu when I debug. To be clear, I want to click "Start Debugging" and the process should happen exactly as usual, but instead of bringing up a cmd.exe console, it should bring up a ConEmu console (or whatever). I'm using Visual Studio 2010 Pro Closely related to this (unanswered) question: Use Console2 for