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

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

Awesome Lists containing this project

README

          

# pretty-env-path

![npm](https://img.shields.io/npm/v/pretty-env-path)

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

![pretty-env-path in action](https://raw.githubusercontent.com/m-sureshraj/pretty-env-path/HEAD/media/pp-in-action.gif "pretty-env-path in action")

## 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 -h

Show $PATH environment variable in a human-readable way

Options:
-v, --version output the version number
-h, --help output usage information

Commands:
i, interactive run the command in interactive mode
```

## license
MIT © [Sureshraj](https://github.com/m-sureshraj)