https://github.com/zscholl/xontrib-shadowenv
An Xonsh integration for shadowenv
https://github.com/zscholl/xontrib-shadowenv
xonsh xontrib
Last synced: 23 days ago
JSON representation
An Xonsh integration for shadowenv
- Host: GitHub
- URL: https://github.com/zscholl/xontrib-shadowenv
- Owner: zscholl
- License: mit
- Created: 2022-10-26T19:24:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T17:29:46.000Z (over 2 years ago)
- Last Synced: 2025-04-11T23:11:33.091Z (about 1 month ago)
- Topics: xonsh, xontrib
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An Xonsh integration for shadowenv
If you like the idea click ⭐ on the repo and tweet.## Installation
Requires [shadowenv](https://github.com/Shopify/shadowenv) to be installed and available in your PATH.
To install use pip:
```bash
xpip install xontrib-shadowenv
# or: xpip install -U git+https://github.com/zscholl/xontrib-shadowenv
```## Usage
```bash
xontrib load shadowenv
```## Credits
This package was created with [xontrib template](https://github.com/xonsh/xontrib-template).