win_path_mgr

Crates.iowin_path_mgr
lib.rswin_path_mgr
version0.1.4
created_at2025-02-16 03:46:14.391719+00
updated_at2025-07-06 00:29:15.406461+00
descriptionwindows PATH maneger
homepagehttp://dnrops.gitlink.net
repositoryhttps://gitlab.com/andrew_ryan/windows_path_mgr
max_upload_size
id1557303
size22,336
zinso (zinso)

documentation

https://docs.rs/win_path_mgr

README

win_path_mgr

Crates.io Rust license

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"
Commit count: 0

cargo fmt