Env++ is a lightweight command-line utility for Windows that makes it easier to manage and use environment variables. With Env++, you can define custom environment variables, call them directly from the command line, and even map them to PowerShell scripts for quick execution.
- π¦ Custom environment variables β Easily define your own variables.
- β‘ CLI shortcuts β Call your variables directly from the terminal.
- π₯οΈ PowerShell integration β Write PowerShell scripts and run them using environment variables.
- π Persistent configuration β Store variables and scripts for reuse across sessions.
- π οΈ Simple setup β No bloated dependencies, just a fast utility.
- Windows 10/11
- PowerShell 5+
Clone the repository and build the project:
git clone https://github.com/your-username/EnvPP.git
cd EnvPP
# Build instructions (e.g., Visual Studio or MSBuild)(Prebuilt binaries may be available in Releases)
- Shortcuts to frequently used directories
- One-liner access to scripts (
BUILD,DEPLOY,CLEANUP) - Manage environment variables without digging into Windows UI
This project is licensed under the MIT License β see the LICENSE file for details.
Managing environment variables in Windows can be painful. Env++ was built to simplify this process and add script execution support directly through CLI shortcuts.