https://github.com/m-sureshraj/pretty-env-path
Show $PATH environment variable in a human-readable way
https://github.com/m-sureshraj/pretty-env-path
cli environment-variables human-readable nodejs
Last synced: 7 months ago
JSON representation
Show $PATH environment variable in a human-readable way
- Host: GitHub
- URL: https://github.com/m-sureshraj/pretty-env-path
- Owner: m-sureshraj
- License: mit
- Created: 2019-08-26T03:53:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:53:49.000Z (over 2 years ago)
- Last Synced: 2024-10-17T21:24:54.054Z (12 months ago)
- Topics: cli, environment-variables, human-readable, nodejs
- Language: JavaScript
- Homepage:
- Size: 779 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pretty-env-path

> Show $PATH environment variable in a human-readable way

## Features
* Print $PATH environment variable in human-readable way.
* Find and copy the path.## Prerequisites
- Make sure you have Node.js `>= v8.12` installed.## Installation
```
> npm i -g pretty-env-path
```
Above installation will give you **globally** available `pp` command.## Usage
```
> pp -hShow $PATH environment variable in a human-readable way
Options:
-v, --version output the version number
-h, --help output usage informationCommands:
i, interactive run the command in interactive mode
```## license
MIT © [Sureshraj](https://github.com/m-sureshraj)