win_path_mgr-0.1.4 is not a library.
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
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"