I was used to the convenience of drop-down terminals like Visor in Mac or Yakuake in Linux and needed something similar in Windows.
It turns out, it is possible to achieve almost the same effects in Windows with the use of 2 tools.
- AutoHotkey - lets you run scripts triggered by hotkeys anywhere in Windows
- Console – is a terminal app that lets you run a custom shell with no title bar, no borders, transparency etc.
Follow these steps to get it working:
- Download Console and put it somewhere (ie. C:\Program Files\Console2\)
- Make sure it’s in your %path% system environment (Right-click My Computer, Properties, Advanced system settings, Advanced, Environment Variables)
- Run it, go to Edit -> Settings. Change the settings to suit your taste
- Change your shell to PowerShell at C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe for Windows 7 and change your startup dir
- Change the window size columns to take up most of your screen
- Windows fonts suck, try Andale Mono or Monaco
- Make sure initial position is at 0, 0 and always on top
- Under Appearance -> More…, make sure it has no menu, no toolbar, no caption, not resizable, no border, no taskbar, no tray icon for minimal footprint
- Set your transparency
- Download AutoHotkey and install it
- Download this script to your Startup foler, change the hotkey to what you want to use in the script. It is initially Ctrl-`
- Run the script and press your hotkey
- Boom, you got a terminal at your fingertip
