1 unstable release
new 0.1.3 | Feb 16, 2025 |
---|
#738 in Command line utilities
92 downloads per month
8KB
110 lines
win_path_mgr
CLI tool for managing Windows environment variables with registry support.
Features
- Modify user/system PATH variables
- Prepend/append new entries
- Automatic registry value chunking
- Clean legacy PATH entries
Installation
cargo install win_path_mgr
Usage
# Append to user PATH
win_path_mgr "C:\new\path"
# Prepend to system PATH (admin required)
win_path_mgr --system --prepend "C:\priority\path"
Dependencies
~1–12MB
~75K SLoC