Merge pull request #1353 from Granitas/patch-1

Add xonsh-autoxsh xontrib
This commit is contained in:
Anthony Scopatz 2016-06-28 11:37:14 -04:00 committed by GitHub
commit f2fec43e4a

View file

@ -44,6 +44,12 @@
"package": "xonsh-pacman-tabcomplete",
"url": "https://github.com/gforsyth/xonsh-pacman-tabcomplete",
"description": ["Adds tabcomplete functionality to pacman inside of xonsh."]
},
{"name": "autoxsh",
"package": "xonsh-autoxsh",
"url": "https://github.com/Granitas/xonsh-autoxsh",
"description": ["Adds automatic execution of xonsh script files called",
"`.autoxsh` when enterting a directory with `cd` function"]
}
],
"packages": {
@ -83,6 +89,13 @@
"install": {
"pip": "pip install xonsh-pacman-tabcomplete"
}
},
"xonsh-autoxsh": {
"license": "GPLv3",
"url": "https://github.com/Granitas/xonsh-autoxsh",
"install": {
"pip": "pip install xonsh-autoxsh"
}
}
}
}