console2

conemu and console2 emulators not getting new path variable

守給你的承諾、 提交于 2021-02-06 09:49:52
问题 I thought maybe it was a system issue but recently did a fresh install (win7 64bit) and a clean install of conemu (had same problem with both conemu and console2 on old win32 system). Also everything I find researching has to do with adding variables via the command line. I'm doing this through Start->Control Panel->System->Advanced System Settings and then restarting the console. cmd picks up the path correctly. When I manually add a new path to the system or user PATH variable and then

conemu and console2 emulators not getting new path variable

我只是一个虾纸丫 提交于 2021-02-06 09:49:12
问题 I thought maybe it was a system issue but recently did a fresh install (win7 64bit) and a clean install of conemu (had same problem with both conemu and console2 on old win32 system). Also everything I find researching has to do with adding variables via the command line. I'm doing this through Start->Control Panel->System->Advanced System Settings and then restarting the console. cmd picks up the path correctly. When I manually add a new path to the system or user PATH variable and then

conemu and console2 emulators not getting new path variable

怎甘沉沦 提交于 2021-02-06 09:49:08
问题 I thought maybe it was a system issue but recently did a fresh install (win7 64bit) and a clean install of conemu (had same problem with both conemu and console2 on old win32 system). Also everything I find researching has to do with adding variables via the command line. I'm doing this through Start->Control Panel->System->Advanced System Settings and then restarting the console. cmd picks up the path correctly. When I manually add a new path to the system or user PATH variable and then

git status only correct if “Run As Administrator”, problems due to Windows VirtualStore

北城以北 提交于 2020-01-14 02:57:12
问题 I have a git repository for an Excel Addin I wrote, so the path is "C:\Program Files\Microsoft Office 15\root\office15\Library\BTRTools" (That 'Library' path is the required install parent of Excel add-ins for them to work properly, so I can't change it). I have UAC turned on in both Win7 and Win8.1. In Win7 everything works fine, however in Win8.1 I get a status of basically 'everything changed' (but even some weirder stuff of files first mentioned as 'deleted' then mentioned again in same

console2 colors solarized

强颜欢笑 提交于 2020-01-02 02:03:31
问题 I am trying to use Solarized colors on a Windows 7 pc using Console2. I can't get the colors to work correctly though. I tried changing the entries in console.xml as suggested here. Is this all I need to do? Any help would be greatly appreciated. 回答1: Copied from the instructions here: Replace the <colors> ... </colors> section with the following: <colors> <color id="0" r="7" g="54" b="66"/> <!-- black --> <color id="1" r="38" g="139" b="210"/> <!-- blue --> <color id="2" r="133" g="153" b="0

Programming a terminal emulator, what's in it?

故事扮演 提交于 2019-12-19 09:55:42
问题 This is related somewhat to this question about a better shell terminal/gui-interface for cmd.exe In my quest to find a better shell terminal, the only useful thing I came across was Console2, other alternatives weren't free and generally didn't offer much more than Console2 to make them worth their price. I can't help but wonder, "how come"? The shell terminal is a very valuable tool to a programmer, yet no one came around to try and do a better job than cmd.exe (except for the guys @

Can vim recognize when it is used in Console2?

烈酒焚心 提交于 2019-12-07 06:59:54
问题 With Steven Harman's Solarized tweak for Console2 I can more or less use the Solarized color scheme in win32 vim. But once in a while I find myself in vim via a vanilla cmd.exe window and the Solarized 16-color colorscheme is not aligned to it gui equivalent. So I'd like to fix this inside my vimrc, but how can I check if console vim is being used in Console2? Thanks! 回答1: In Console2, you can set arbitrary environment variables by modifying the shell invocation (from the Settings dialog, or

git status only correct if “Run As Administrator”, problems due to Windows VirtualStore

▼魔方 西西 提交于 2019-12-07 00:15:21
I have a git repository for an Excel Addin I wrote, so the path is "C:\Program Files\Microsoft Office 15\root\office15\Library\BTRTools" (That 'Library' path is the required install parent of Excel add-ins for them to work properly, so I can't change it). I have UAC turned on in both Win7 and Win8.1. In Win7 everything works fine, however in Win8.1 I get a status of basically 'everything changed' (but even some weirder stuff of files first mentioned as 'deleted' then mentioned again in same status as 'untracked'. The repository is really 'clean', despite what git status says, but I can't pull

console2 colors solarized

有些话、适合烂在心里 提交于 2019-12-05 04:02:56
I am trying to use Solarized colors on a Windows 7 pc using Console2. I can't get the colors to work correctly though. I tried changing the entries in console.xml as suggested here . Is this all I need to do? Any help would be greatly appreciated. srini Copied from the instructions here : Replace the <colors> ... </colors> section with the following: <colors> <color id="0" r="7" g="54" b="66"/> <!-- black --> <color id="1" r="38" g="139" b="210"/> <!-- blue --> <color id="2" r="133" g="153" b="0"/> <!-- green --> <color id="3" r="42" g="161" b="152"/> <!-- cyan --> <color id="4" r="220" g="50"

How do I enable msysgit colored output when using console2

放肆的年华 提交于 2019-12-03 04:07:46
问题 I'm having a hard time enabling git colored output on windows when using console2. To trick git I've already SET TERM = 'cygwin'. This enabled the colors from a standard cmd.exe prompt but not in console2. I've verified that console2 can see the env var as well. Anyone know how to get this working? 回答1: Ok, wow. The solution is to disable custom font color in console2. If enabled, it overrides the expected colors. I use a custom color to give me opaque text when using c2's alpha transparency.