mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge pull request #1353 from Granitas/patch-1
Add xonsh-autoxsh xontrib
This commit is contained in:
commit
f2fec43e4a
1 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue