Merge pull request #2789 from gsaga/autojump_xontrib

added autojump xontrib
This commit is contained in:
Anthony Scopatz 2018-08-25 08:05:16 -05:00 committed by GitHub
commit 837c714a05
Failed to generate hash of commit
2 changed files with 18 additions and 0 deletions

13
news/autojump_xontrib.rst Normal file
View file

@ -0,0 +1,13 @@
**Added:**
* A xontrib which adds support for autojump to xonsh
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -4,6 +4,11 @@
"url": "https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete",
"description": ["Adds tabcomplete functionality to apt-get/apt-cache inside of xonsh."]
},
{"name": "autojump",
"package": "xontrib-autojump",
"url": "https://github.com/gsaga/autojump-xonsh",
"description": ["autojump support for xonsh"]
},
{"name": "autoxsh",
"package": "xonsh-autoxsh",
"url": "https://github.com/Granitas/xonsh-autoxsh",