About | Features | Install | Technologies | Requirements | Starting | License | Author
一个在 Windows 系统中通过右键菜单添加目录到环境变量的小工具。
✔️ 添加、清除右键菜单注册表;
✔️ 自定义添加右键菜单;
✔️ 一键添加到PATH
(系统级);
✔️ 添加到已有环境变量;
✔️ 新增自定义环境变量;
程序启动设置:
右键菜单:
添加到当前环境变量(UI):
添加到新的环境变量(UI):
命令:
# .\mini_env.exe --help
mini_env 0.0.2
USAGE:
mini_env.exe [OPTIONS]
OPTIONS:
-h, --help Print help information
-k, --key <KEY>
-m, --mode <MODE>
-o, --operate <OPERATE>
-v, --value <VALUE>
-V, --version Print version information
请右击选择“以管理员身份运行”或者在兼容性选项中勾选“以管理员身份运行此程序”
The following tools were used in this project:
Before starting 🏁, you need to have Git and Rust installed.
Rust toolchain: stable-x86_64-pc-windows-msvc;
# Clone this project
$ git clone https://github.com/ddki/windows-mini-env.git
# Access
$ cd windows-mini-env
# Install dependencies && build
$ cargo build
# Run the project
$ cargo run
This project is under license from GPL-3.0. For more details, see the LICENSE file.
Made with ❤️ by ddki