mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
Merge pull request #2789 from gsaga/autojump_xontrib
added autojump xontrib
This commit is contained in:
commit
837c714a05
2 changed files with 18 additions and 0 deletions
13
news/autojump_xontrib.rst
Normal file
13
news/autojump_xontrib.rst
Normal 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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue