Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zscholl/xontrib-shadowenv
An Xonsh integration for shadowenv
https://github.com/zscholl/xontrib-shadowenv
xonsh xontrib
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T17:29:46.000Z (about 2 years ago)
- Last Synced: 2024-10-04T10:46:37.918Z (2 months 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
- awesome-xontribs - shadowenv - [shadowenv](https://github.com/Shopify/shadowenv) integration. (Integrations / Prompt tweaks)
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).