Merge pull request #1634 from xonsh/remove_pacman_tabcomplete

remove pacman completion xontrib
This commit is contained in:
Anthony Scopatz 2016-08-26 09:56:49 -04:00 committed by GitHub
commit 9b279ee53f

View file

@ -50,11 +50,6 @@
"url": "https://github.com/xsteadfastx/xonsh-docker-tabcomplete",
"description": ["Adds tabcomplete functionality to docker inside of xonsh."]
},
{"name": "pacman_tabcomplete",
"package": "xonsh-pacman-tabcomplete",
"url": "https://github.com/gforsyth/xonsh-pacman-tabcomplete",
"description": ["Adds tabcomplete functionality to pacman inside of xonsh."]
},
{"name": "scrapy_tabcomplete",
"package": "xonsh-scrapy-tabcomplete",
"url": "https://github.com/Granitas/xonsh-scrapy-tabcomplete",
@ -125,13 +120,6 @@
"pip": "pip install xonsh-docker-tabcomplete"
}
},
"xonsh-pacman-tabcomplete": {
"license": "MIT",
"url": "https://github.com/gforsyth/xonsh-pacman-tabcomplete",
"install": {
"pip": "pip install xonsh-pacman-tabcomplete"
}
},
"xonsh-scrapy-tabcomplete": {
"license": "GPLv3",
"url": "https://github.com/Granitas/xonsh-scrapy-tabcomplete",