Skip to content

Latest commit

 

History

History
161 lines (108 loc) · 4.41 KB

README.md

File metadata and controls

161 lines (108 loc) · 4.41 KB
Mini Env

 

Mini Env

Github replease Github top language Github language count Repository size License Github issues Github forks Github stars

About   |   Features   |   Install   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

一个在 Windows 系统中通过右键菜单添加目录到环境变量的小工具。

✨ Features

✔️ 添加、清除右键菜单注册表;
✔️ 自定义添加右键菜单;
✔️ 一键添加到PATH(系统级);
✔️ 添加到已有环境变量;
✔️ 新增自定义环境变量;

程序启动设置:

添加、清除右键菜单注册表

右键菜单:

右键菜单

添加到当前环境变量(UI):

添加到当前环境变量(UI)

添加到新的环境变量(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

⬇️ Install

Release

请右击选择“以管理员身份运行”或者在兼容性选项中勾选“以管理员身份运行此程序”

右击选择“以管理员身份运行”

在兼容性选项中勾选“以管理员身份运行此程序”

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Rust installed.

Rust toolchain: stable-x86_64-pc-windows-msvc;

🏁 Starting

# 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

📝 License

This project is under license from GPL-3.0. For more details, see the LICENSE file.

Made with ❤️ by ddki

 

Back to top