add xonsh-apt-tabcomplete to xontribs.json

This commit is contained in:
Kermit Alexander II 2016-06-17 08:47:18 -05:00 committed by GitHub
parent 4c51daf04e
commit 58832bbaab

View file

@ -34,7 +34,12 @@
"current Python interpreter session. This shaves off a ",
"bit of the startup time when running your favorite, minimal ",
"text editor."]
}
},
{"name": "xonsh-apt-tabcomplete",
"package": "xonsh-apt-tabcomplete",
"url": "https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete",
"description": ["Adds tabcomplete functionality to apt-get/apt-cache inside of xonsh."]
}
],
"packages": {
"exofrills": {
@ -59,6 +64,13 @@
"install": {
"pip": "pip install xontrib-prompt-ret-code"
}
},
"xonsh-apt-tabcomplete": {
"license": "BSD 2-clause",
"url": "https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete",
"install": {
"pip": "pip install xonsh-apt-tabcomplete"
}
}
}
}