win_path_mgr 0.1.4

windows PATH maneger
win_path_mgr-0.1.4 is not a library.

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"