https://github.com/hymkor/env-rs
Env.exe for Windows
https://github.com/hymkor/env-rs
env rust windows
Last synced: 8 months ago
JSON representation
Env.exe for Windows
- Host: GitHub
- URL: https://github.com/hymkor/env-rs
- Owner: hymkor
- License: mit
- Created: 2024-02-20T08:07:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T03:03:57.000Z (over 2 years ago)
- Last Synced: 2025-04-10T22:53:30.091Z (about 1 year ago)
- Topics: env, rust, windows
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
env.exe for Windows
===================
```
$ env {options} {NAME=VALUE}... COMMAND ARGS...
```
+ `-v`, `--debug`
+ print verbose information
+ `--version`
+ output version information
+ `-h`, `--help`
+ display help
Install
-------
Download the binary package from [Releases](https://github.com/hymkor/env-rs/releases) and extract the executable.
### for scoop-installer
```
scoop install https://raw.githubusercontent.com/hymkor/env-rs/master/env-rs.json
```
or
```
scoop bucket add https://github.com/hymkor/scoop-bucket
scoop install env-rs
```