All Projects → chand1012 → WinGuake

chand1012 / WinGuake

Licence: GPL-2.0 license
A Windows-oriented version of the popular Guake Terminal for Linux.

Programming Languages

python
139335 projects - #7 most used programming language
autohotkey
350 projects
VBScript
123 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to WinGuake

Meterpeter
C2 Powershell Command & Control Framework with BuiltIn Commands (Modules)
Stars: ✭ 201 (+474.29%)
Mutual labels:  windows-10
My Git Bash
my git bash config
Stars: ✭ 222 (+534.29%)
Mutual labels:  windows-10
Character Map Uwp
A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
Stars: ✭ 228 (+551.43%)
Mutual labels:  windows-10
Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (+480%)
Mutual labels:  windows-10
Xjoy
Use Nintendo Switch JoyCons as a virtual Xbox 360 controller in Windows
Stars: ✭ 216 (+517.14%)
Mutual labels:  windows-10
Swiftsnapper
Open source Snapchat client for Windows 10
Stars: ✭ 225 (+542.86%)
Mutual labels:  windows-10
Methanekit
🎲 Modern 3D graphics made simple with cross-platform C++17 meta-API on top of DirectX 12 & Metal (Vulkan is coming)
Stars: ✭ 197 (+462.86%)
Mutual labels:  windows-10
Bluetooth
Cross-platform Bluetooth API for Go and TinyGo.
Stars: ✭ 246 (+602.86%)
Mutual labels:  windows-10
Luna
Automatic dark mode for Windows 10
Stars: ✭ 220 (+528.57%)
Mutual labels:  windows-10
Eram
Open Source RAM Disk
Stars: ✭ 227 (+548.57%)
Mutual labels:  windows-10
Lcow
Linux containers on Windows built with LinuxKit
Stars: ✭ 204 (+482.86%)
Mutual labels:  windows-10
Arsenic
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Stars: ✭ 209 (+497.14%)
Mutual labels:  windows-10
Toast
A go package for Windows 10 toast notifications
Stars: ✭ 225 (+542.86%)
Mutual labels:  windows-10
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+6768.57%)
Mutual labels:  windows-10
Control Uwp
🌚🌓Alternative Control Panel for Windows 10
Stars: ✭ 237 (+577.14%)
Mutual labels:  windows-10
Windows Terminals
Repository with some awesome Windows Terminals themes
Stars: ✭ 199 (+468.57%)
Mutual labels:  windows-10
Cleanmgrplus
🐾 A Improved Replacement for Microsoft Disk Cleanup
Stars: ✭ 224 (+540%)
Mutual labels:  windows-10
Archwsl
ArchLinux based WSL Distribution. Supports multiple install.
Stars: ✭ 3,667 (+10377.14%)
Mutual labels:  windows-10
Quarrel
A UWP discord client
Stars: ✭ 238 (+580%)
Mutual labels:  windows-10
Gnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 225 (+542.86%)
Mutual labels:  windows-10

WinGuake

A Windows-oriented version of the popular Guake Terminal for Linux.

Check out the original Linux version here: https://github.com/Guake/guake/

Info on the state of the project

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.

What is it?

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!

Get Pre-compiled Version

  • 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 in shell:startup

Prerequisites

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.

How to use

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.

Compile it yourself

  • 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 the console folder, located within dist
  • double click to run

Planned Features

  • make it so you don't have to type exit twice the current working version allows you to press Ctrl+Alt+T a second time to close, but another window does pop up for a split second
  • Have tab key work Tab key works
  • Get settings working correctly
  • Finish Settings editor
  • Custom starting directories and color changing
  • Quake Style drop-down animation (last on the list)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].