win_path_mgr

Crates.iowin_path_mgr
lib.rswin_path_mgr
version
sourcesrc
created_at2025-02-16 03:46:14.391719+00
updated_at2025-02-16 03:46:14.391719+00
descriptionwindows PATH maneger
homepagehttp://dnrops.gitlink.net
repositoryhttps://gitlab.com/andrew_ryan/windows_path_mgr
max_upload_size
id1557303
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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