mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
add xonsh-apt-tabcomplete to xontribs.json
This commit is contained in:
parent
4c51daf04e
commit
58832bbaab
1 changed files with 13 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue