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.