Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marwanhawari/ppath

🌈 A command-line tool to pretty print your system's PATH environment variable.
https://github.com/marwanhawari/ppath

command-line-tool go path pretty-print

Last synced: 3 months ago
JSON representation

🌈 A command-line tool to pretty print your system's PATH environment variable.

Awesome Lists containing this project

README

        


ppath logo



build status


go report card


license

# Description
A command-line tool to pretty print your system's PATH environment variable. The output paths are colorized if they have special associations (e.g. cyan for go, green for python, orange for rust).

# Installation
Install a pre-compiled binary:
```
brew install marwanhawari/tap/ppath
```

Install from source:
```
go install github.com/marwanhawari/ppath@latest
```

# Usage
![ppath usage](https://github.com/marwanhawari/ppath/raw/main/assets/ppath_usage.gif)

### Options
```
Usage of ppath:
-all
Include duplicate paths from $PATH variable. (default false)
-uncolored
Uncolor the output. (default false)
```