https://github.com/lilydjwg/compare-env
Compare the given environment variable value across all the processes
https://github.com/lilydjwg/compare-env
linux-command linux-tools rust
Last synced: about 1 year ago
JSON representation
Compare the given environment variable value across all the processes
- Host: GitHub
- URL: https://github.com/lilydjwg/compare-env
- Owner: lilydjwg
- License: mit
- Created: 2018-09-09T11:07:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T03:59:19.000Z (over 1 year ago)
- Last Synced: 2025-03-20T21:21:30.339Z (about 1 year ago)
- Topics: linux-command, linux-tools, rust
- Language: Rust
- Size: 34.2 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Compare the given environment variable value across all the processes.
To install, install Rust first then run:
```
cargo install --path .
```
You'll get a binary called `compare-env` in `~/.cargo/bin` (you should add this to your `$PATH`).
Sample usage output:
```
$ compare-env LANG
2 Nothing ([10081, 26474])
29 Value("en_US.UTF-8") ([694, 766, .......])
41 Value("zh_CN.UTF-8") ([1005, 1122, .......])
512 Fail ([1, 2, 3, 5, .......])
```