A Windows-oriented version of the popular Guake Terminal for Linux.
Check out the original Linux version here: https://github.com/Guake/guake/
Currently, I am rewriting the project for the most part to use a Windows terminal emulator called Cmder, which offers better Git intergration along with a more unix-like experience while still maintaining all the functionality of the original windows command prompt. More information will be available upon completion of the port.
Remember the days when playing Quake (or even as recent as CS:GO) where you pressed a key and the console came up? Wouldn't it be very convenient if Windows did this? Enter WinGuake! WinGuake is a Windows version of the popular Guake Terminal for Linux. It allows you to use the Windows Command Prompt with just a few button presses, and to hide it just as easy!
- Download from the releases tab.
- Extract the zip to the directory of your choice
- Run
console.exe
- Press Ctrl+Alt+T to start up the console
- When done, type
exit
to close the console - To run on startup, make a shortcut to
console.exe
and place it inshell:startup
To run from source, you need a working version of Python 3.x installed and added to PATH, have psutil installed via pip, have AutoHotKey installed, and the latest version of PyWin32.
After the requirements are met, clone the repository to a safe location (or download as a ZIP):
git clone https://github.com/chand1012/WinGuake.git
Double click Console.ahk and just press Ctrl+Alt+T. Something like this should show up:
To exit, just type exit
into the console. AutoHotKey will run in the background for when you need to bring up the CMD again.
- After the requirements are met, clone the repository to a safe location (or download as a ZIP):
git clone https://github.com/chand1012/WinGuake.git
- have the AutoHotkey compiler
Ahk2Exe.exe
added to PATH - run
compile.bat
- copy the output
winguake.exe
to theconsole
folder, located withindist
- double click to run
make it so you don't have to typethe current working version allows you to pressexit
twiceCtrl+Alt+T
a second time to close, but another window does pop up for a split secondHave tab key workTab key works- Get settings working correctly
- Finish Settings editor
- Custom starting directories and color changing
- Quake Style drop-down animation (last on the list)