Instantly launch developer tools, clean your system, manage processes, toggle Wi-Fi, open daily apps, and more — all from one sleek menu inside your terminal.
- Launch VSCode
- Start a local web server
- Pull the latest Git repository
- Generate SSH keys
- Run NPM/Yarn scripts
- Launch Python
- Open MongoDB Compass or Postman
- Clean temporary files and the recycle bin
- Start Docker containers
- Flush DNS cache
- View disk usage, system uptime, and installed apps
- Edit PowerShell profile
- View and manage environment variables
- Launch PowerShell as administrator
- Open WSL (Ubuntu)
- Manage system services
- Run scripts with elevated privileges
- Access system configuration
- View saved Wi-Fi profiles with passwords
- Check firewall status
- Run ping, trace route, and display IP info
- Enable or disable the Wi-Fi adapter
- View network configuration details
- Open the projects folder
- Use
fzf
for fuzzy file search - Jump directories with
zoxide
- Create quick backups
- Select and open recent projects using a fuzzy finder
- List running processes
- Open Task Manager
- Check for port usage
- View all scheduled tasks
- Upgrade packages with
winget
- Install, search, or uninstall apps via Winget
- Update Scoop packages
- Open GitHub, Chrome, YouTube
- Launch Spotify, Discord, or Steam
- Use
tldr
for simplified help commands - Open Notepad for quick notes
- Schedule a shutdown or restart
- Download files from a URL
- Display a random quote
- Play a sound
Run this in PowerShell 7+:
irm https://raw.githubusercontent.com/mini-page/PowerMenu/main/PowerMenu.ps1 | iex
✅ Make sure your execution policy allows it:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
To run power-menu
from anywhere:
-
Save the script to a known location like:
C:\Users\<YourUsername>\Scripts\power-menu.ps1
-
Add an alias to your PowerShell profile (
$PROFILE
):
- type Command (
notepad $PROFILE
)
copy this line and paste it on the notepad with your script location
Set-Alias power-menu "C:\Users\<YourUsername>\Scripts\power-menu.ps1"
- save it and reload/ restart your powershell... enjoy!
Now, just type powermenu
in your terminal to launch it!
- PowerShell 7+
fzf
,zoxide
(optional but highly recommended)- Installed apps like Docker, Postman, MongoDB Compass, etc. for full functionality
Designed to supercharge a developer's workflow with one-number access to common tasks. Inspired by Linux launchers, custom productivity scripts, and Oh My Posh enhancements.
Fork the project and submit suggestions or pull requests. Contributions are always welcome!
Made with ❤️ by mini-page