For developers, developers, developers
Maybe now I can finally replace Console2?
If it has Quake-like drop-down terminal option? Maybe.
seen from China
seen from Croatia

seen from Netherlands
seen from China
seen from Russia
seen from United States

seen from Kazakhstan
seen from China
seen from United States
seen from Georgia
seen from China
seen from Philippines
seen from China

seen from United States
seen from United States

seen from Kazakhstan

seen from Malaysia

seen from Netherlands
seen from China

seen from Malaysia
For developers, developers, developers
Maybe now I can finally replace Console2?
If it has Quake-like drop-down terminal option? Maybe.
KiTTY: a free telnet/ssh client for Windows
Do you think about adding the possibility to tabbed console in one kitty windows ? It will be really great :-)
Better late than never, but... the best way I’ve found to have multiple KiTTY tabs is to add it as a tab in Console2:
http://jimueller.com/dev/tools/2012/08/18/use-putty-with-console2/
Screenshot:
http://imgur.com/EQdzc21
Answer: Git Bash Here in Console2? #answer #fix #programming
Answer: Git Bash Here in Console2? #answer #fix #programming
Git Bash Here in Console2?
MSysGit installs a context menu item that opens a Git Bash prompt at the currently selected folder; however, this opens a cmd.exe window and I would like it to open in Console2 instead.
What modifications do I need to make to get this working?
Note, I have seen this related question, but the answer is outdated – MSysGit is now using a vba script to invoke the bash…
View On WordPress
Fixed: How/Where do you install Console2 on Windows 7 #dev #development #it
Fixed: How/Where do you install Console2 on Windows 7 #dev #development #it
How/Where do you install Console2 on Windows 7
I downloaded the source and binaries from http://sourceforge.net/projects/console/files/
In the binaries help file it makes reference to a setup file but there is none.
The list of files included in the Console-2.00b145-Beta.zip is:
Microsoft.VC90.CRT (folder)
console.chm
Console.exe
console.xml
ConsoleHook.dll
FreeImage.dll
FreeImagePlus.dll
How do…
View On WordPress
Make the Windows cmd.exe work similar to unix shells
Make the Windows cmd.exe work similar to unix shells
I’ve been using *nix systems for so long that it feels like a complete pain in the ass whenever I have to open a cmd.exe program in windows to perform some sort of command line action. I searched around on ddg and figured out a way to make tasks in cmd.exe a little less painful by combining 2 applications:
Console2
Clink
This combination of apps makes me feel a little less frustrated now that I…
View On WordPress
It provides tabulated PowerShell and Git bash
Use PuTTY with Console2
Console2 is a great frontend on Windows for cmd.exe and PowerShell. It provides re-sizable windows, a tabbed interface, and transparent windows.
It can also be used with PuTTY, but it takes a little bit of work. The issue is apparently with ANSI escape codes. Thankfully David A. Sjøen (@dasjoen) commented on Scott Hanselman's Console2 article with the solution using ANSICON.
From the ANSICON ReadMe
ANSICON provides ANSI escape sequences for Windows console programs. It provides much the same functionality as `ANSI.SYS' does for MS-DOS.
Instructions
Download ANSICON (Github Repo) and extract the contents from the x86 or x64 folders to your Console2 installation folder. I now have the following files in my C:\Program Files\Console2\ directory:
ANSI32.dll
ANSI64.dll
ansicon.exe
ANSI-LLW.exe
Open Console2 and create a new tab with the command line:
C:\Program Files\Console2\ansicon.exe "C:\Program Files (x86)\PuTTY\plink.exe" -load aPuttyProfileName
Console2なら一つのウィンドウでいろんなシェルを開ける
画面から凄さが伝わりますでしょうか?
Nyaos / PowerShell / cmd.exe / MsysGit / Msys / Cygwin / Visual Studio といったさまざまなシェル(コマンドプロンプト)
を同じ Console2 というソフトの別々のタブとして開くことが出来ます。
開発をしていると、Windowsよりの環境の作業が発生したり、Unixよりの作業だったりと、いろいろな環境を使うことがありますが、これを統一したUIで操作できるというのが大変ありがたいです。
以下、参考情報として、Settings → Tabs に設定する内容です。
シェルShell に設定するパラメータアイコンファイルの入手法NYAOSnyaos.exeのパスnyaos.exeから.icoファイルを抽出PowerShellC:\Windows\System32\WindowsPowerShell\v1.0\powershell.exepowershell.exeから.icoファイルを抽出cmd.exe指定不要cmd.exeから.icoファイルを抽出msysgitcmd.exe /c {msysgitのフォルダ}\bin\bash.exe -i --login{msysgitのフォルダ}\etc\git.icoMSYS(MinGW){MinGWのフォルダ}\msys\1.0\bin\bash.exe --login -iMinGWのアンインストーラから.icoファイルを抽出Cygwin{Cygwinのフォルダ}\bin\bash.exe --login -iCygwinのフォルダ直下の.icoファイルVisual StudioスタートメニューにあるVisual Studio コマンドプロンプトのリンク先のパスをそのまま指定cmd.exeから.icoファイルを抽出
注:Console2は、タブに指定するアイコンを.icoファイルから選べません。.icoファイルが同梱されていないシェルについてはIconsExtractなどのソフトを使って、.exeファイルから、.icoファイルを抽出してそれを指定する必要があります。
Console2のダウンロードはこちら