Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallerpatrick/penv
View environment variables in a readable fashion
https://github.com/hallerpatrick/penv
cli environment-variables rust utility
Last synced: 28 days ago
JSON representation
View environment variables in a readable fashion
- Host: GitHub
- URL: https://github.com/hallerpatrick/penv
- Owner: HallerPatrick
- License: mit
- Created: 2020-04-01T00:05:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T00:54:34.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T18:04:56.860Z (about 1 month ago)
- Topics: cli, environment-variables, rust, utility
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# penv
Smol utility to display your environment variable paths quickly.
Written due to my messy path var...## Installation
### Build from source
```
git clone https://github.com/HallerPatrick/penv.git
cd penv && cargo run```
## Usage
Not much to say
```
USAGE:
penv [PATH]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationARGS:
Environment variable name```
### TODO
- [ ] List all envs
- [ ] Cross-platform
- [ ] add to crates.io
- [ ] Adding, Editing & Removing of paths??