PowerCrate is a lightweight PowerShell toolbox for developers and power users.
It provides practical, no-nonsense commands to speed up everyday development and system tasks directly from the terminal.
Designed to grow over time, PowerCrate focuses on small, composable utilities that “just work” for common development and system workflows.
-
slnOpen the first (or interactively selected) Visual Studio solution (.slnor.slnx) found under the current directory. -
openOpen a file or directory using the operating system’s default file explorer (open .,open .., etc.).
Install-PSResource PowerCrate -Repository PSGallery -Scope CurrentUserInstall-Module PowerCrate -Scope CurrentUserAfter installation, import the module:
Import-Module PowerCrateopen .open ..slnsln MyProjectIf multiple solutions are found, PowerCrate will prompt you to select one interactively.