mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge pull request #1634 from xonsh/remove_pacman_tabcomplete
remove pacman completion xontrib
This commit is contained in:
commit
9b279ee53f
1 changed files with 0 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue