An open API service indexing awesome lists of open source software.

https://github.com/oovm/env-sort

Sort your environment variables
https://github.com/oovm/env-sort

environment-variables operating-system

Last synced: 10 months ago
JSON representation

Sort your environment variables

Awesome Lists containing this project

README

          

Env Sort
=====================

## Install

```sh
cargo install env-sort -f
```

## Options

```yaml
usage: env-sort.exe [OPTIONS]

options:
-e, --execute
Whether to actually write the environment variable

-v, --verify
Verify that the path exists

-h, --help
Print help information (use `-h` for a summary)

-V, --version
Print version information
```

## Install

```sh
env-sort # Preview
env-sort -e # Execute
```

- Example of successful running results:

![](https://user-images.githubusercontent.com/17541209/203804749-83f81a45-e613-4a68-89cc-30948c051cfd.png)