mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
feat: add xontrib-avox-poetry (#4023)
This commit is contained in:
parent
4e1ce0b58a
commit
2d308ea9b7
2 changed files with 34 additions and 0 deletions
23
news/xontrib-avox-poetry.rst
Normal file
23
news/xontrib-avox-poetry.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* added xontrib-avox-poetry(http://github.com/jnoortheen/xontrib-avox-poetry)
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -139,6 +139,17 @@ def define_xontribs():
|
|||
url="https://github.com/AstraLuma/xontrib-avox",
|
||||
),
|
||||
),
|
||||
"avox_poetry": Xontrib(
|
||||
url="github.com/jnoortheen/xontrib-avox-poetry",
|
||||
description="auto-activate venv as one cd into a poetry project folder. "
|
||||
"Activate ``.venv`` inside the project folder is also supported.",
|
||||
package=_XontribPkg(
|
||||
name="xontrib-avox-poetry",
|
||||
license="MIT",
|
||||
install={"pip": "xpip install xontrib-avox-poetry"},
|
||||
url="https://github.com/jnoortheen/xontrib-avox-poetry",
|
||||
),
|
||||
),
|
||||
"back2dir": Xontrib(
|
||||
url="https://github.com/anki-code/xontrib-back2dir",
|
||||
description="Return to the most recently used directory when "
|
||||
|
|
Loading…
Add table
Reference in a new issue