mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge pull request #2979 from 74th/feature/direnv
Adds xontrib which supports direnv to xontrib list
This commit is contained in:
commit
75dd8b652c
2 changed files with 35 additions and 0 deletions
23
news/xontrib-direnv.rst
Normal file
23
news/xontrib-direnv.rst
Normal 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>
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue