feat: add xontrib-avox-poetry (#4023)

This commit is contained in:
Noorhteen Raja NJ 2020-12-18 00:57:58 +05:30 committed by GitHub
parent 4e1ce0b58a
commit 2d308ea9b7
Failed to generate hash of commit
2 changed files with 34 additions and 0 deletions

View 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>

View file

@ -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 "