Merge pull request #2979 from 74th/feature/direnv

Adds xontrib which supports direnv to xontrib list
This commit is contained in:
Anthony Scopatz 2019-01-28 22:30:22 -05:00 committed by GitHub
commit 75dd8b652c
Failed to generate hash of commit
2 changed files with 35 additions and 0 deletions

23
news/xontrib-direnv.rst Normal file
View file

@ -0,0 +1,23 @@
**Added:**
* A xontrib which adds support for `direnv <https://direnv.net/>`_
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -52,6 +52,11 @@
"tools avoid the need for a full subprocess call. Additionally, these ",
"tools are cross-platform."]
},
{"name": "direnv",
"package": "xonsh-direnv",
"url": "https://github.com/74th/xonsh-direnv",
"description": ["Supports direnv."]
},
{"name": "distributed",
"package": "xonsh",
"url": "http://xon.sh",
@ -205,6 +210,13 @@
"pip": "xpip install xonsh-apt-tabcomplete"
}
},
"xonsh-direnv": {
"license": "MIT",
"url": "https://github.com/74th/xonsh-direnv",
"install": {
"pip": "xpip install xonsh-direnv"
}
},
"xonsh-docker-tabcomplete": {
"license": "MIT",
"url": "https://github.com/xsteadfastx/xonsh-docker-tabcomplete",