Crates.io | win_path_mgr |
lib.rs | win_path_mgr |
version | 0.1.4 |
created_at | 2025-02-16 03:46:14.391719+00 |
updated_at | 2025-07-06 00:29:15.406461+00 |
description | windows PATH maneger |
homepage | http://dnrops.gitlink.net |
repository | https://gitlab.com/andrew_ryan/windows_path_mgr |
max_upload_size | |
id | 1557303 |
size | 22,336 |
CLI tool for managing Windows environment variables with registry support.
Modify user/system PATH variables
Prepend/append new entries
Automatic registry value chunking
Clean legacy PATH entries
cargo install win_path_mgr
# Append to user PATH
win_path_mgr "C:\new\path"
# Prepend to system PATH (admin required)
win_path_mgr --system --prepend "C:\priority\path"