Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marwanhawari/ppath
- Owner: marwanhawari
- License: mit
- Created: 2021-12-06T01:43:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T02:29:04.000Z (over 2 years ago)
- Last Synced: 2024-06-20T10:18:20.027Z (5 months ago)
- Topics: command-line-tool, go, path, pretty-print
- Language: Go
- Homepage:
- Size: 159 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-golang-repositories - ppath - line tool to pretty print your system's PATH environment variable. (Repositories)
README
# 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)
```