1{"xontribs": [
2 {"name": "apt_tabcomplete",
3  "package": "xonsh-apt-tabcomplete",
4  "url": "https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete",
5  "description": ["Adds tabcomplete functionality to apt-get/apt-cache inside of xonsh."]
6 },
7 {"name": "autojump",
8  "package": "xontrib-autojump",
9  "url": "https://github.com/gsaga/autojump-xonsh",
10  "description": ["autojump support for xonsh"]
11 },
12 {"name": "autoxsh",
13  "package": "xonsh-autoxsh",
14  "url": "https://github.com/Granitas/xonsh-autoxsh",
15  "description": ["Adds automatic execution of xonsh script files called",
16              "``.autoxsh`` when enterting a directory with ``cd`` function"]
17 },
18 {"name": "bashisms",
19  "package": "xonsh",
20  "url": "http://xon.sh",
21  "description": [
22    "Enables additional Bash-like syntax while at the command prompt. For ",
23    "example, the ``!!`` syntax for running the previous command is now usable.",
24    "Note that these features are implemented as precommand events and these ",
25    "additions do not affect the xonsh language when run as script. That said, ",
26    "you might find them useful if you have strong muscle memory.\n\n",
27    "**Warning:** This xontrib may modify user command line input to implement ",
28    "its behavior. To see the modifications as they are applied (in unified diff",
29    "format), please set ``$XONSH_DEBUG`` to ``2`` or higher."]
30 },
31 {"name": "coreutils",
32  "package": "xonsh",
33  "url": "http://xon.sh",
34  "description": [
35    "Additional core utilities that are implemented in xonsh. The current list ",
36    "includes:\n",
37    "\n",
38    "* cat\n",
39    "* echo\n",
40    "* pwd\n",
41    "* tee\n",
42    "* tty",
43    "* yes\n",
44    "\n",
45    "In many cases, these may have a lower performance overhead than the ",
46    "posix command line utility with the same name. This is because these ",
47    "tools avoid the need for a full subprocess call. Additionally, these ",
48    "tools are cross-platform."]
49 },
50 {"name": "distributed",
51  "package": "xonsh",
52  "url": "http://xon.sh",
53  "description": [
54    "The distributed parallel computing library hooks for xonsh. ",
55    "Importantly this provides a substitute 'dworker' command which enables ",
56    "distributed workers to have access to xonsh builtins.\n\n",
57    "Furthermore, this xontrib adds a 'DSubmitter' context manager for ",
58    "executing a block remotely. Moreover, this also adds a convenience ",
59    "function 'dsubmit()' for creating DSubmitter and Executor instances ",
60    "at the same time. Thus users may submit distributed jobs with::\n\n",
61    "    with dsubmit('127.0.0.1:8786', rtn='x') as dsub:\n",
62    "        x = $(echo I am elsewhere)\n\n",
63    "    res = dsub.future.result()\n",
64    "    print(res)\n\n",
65    "This is useful for long running or non-blocking jobs."]
66  },
67 {"name": "docker_tabcomplete",
68  "package": "xonsh-docker-tabcomplete",
69  "url": "https://github.com/xsteadfastx/xonsh-docker-tabcomplete",
70  "description": ["Adds tabcomplete functionality to docker inside of xonsh."]
71 },
72 {"name": "jedi",
73  "package": "xonsh",
74  "url": "http://xon.sh",
75  "description": ["Jedi tab completion hooks for xonsh."]
76  },
77 {"name": "mpl",
78  "package": "xonsh",
79  "url": "http://xon.sh",
80  "description": ["Matplotlib hooks for xonsh, including the new 'mpl' alias ",
81                  "that displays the current figure on the screen."]
82  },
83 {"name": "prompt_ret_code",
84  "package": "xonsh",
85  "url": "http://xon.sh",
86  "description": ["Adds return code info to the prompt"]
87  },
88  {"name": "free_cwd",
89    "package": "xonsh",
90    "url": "http://xon.sh",
91    "description": [
92      "Windows only xontrib, to release the lock on the current directory ",
93      "whenever the prompt is shown. Enabling this will allow the other ",
94      "programs or Windows Explorer to delete or rename the current or parent ",
95      "directories. Internally, it is accomplished by temporarily resetting ",
96      "CWD to the root drive folder while waiting at the prompt. This only ",
97      "works with the prompt_toolkit backend and can cause cause issues ",
98      "if any extensions are enabled that hook the prompt and relies on ",
99      "``os.getcwd()``"]
100  },
101  {"name": "whole_word_jumping",
102  "package": "xonsh",
103  "url": "http://xon.sh",
104  "description": [
105    "Jumping across whole words (non-whitespace) with Ctrl+Left/Right.",
106    "Alt+Left/Right remains unmodified to jump over smaller word segments."]
107 },
108 {"name": "scrapy_tabcomplete",
109  "package": "xonsh-scrapy-tabcomplete",
110  "url": "https://github.com/Granitas/xonsh-scrapy-tabcomplete",
111  "description": ["Adds tabcomplete functionality to scrapy inside of xonsh."]
112 },
113 {"name": "vox",
114  "package": "xonsh",
115  "url": "http://xon.sh",
116  "description": ["Python virtual environment manager for xonsh."]
117  },
118 {"name": "vox_tabcomplete",
119  "package": "xonsh-vox-tabcomplete",
120  "url": "https://github.com/Granitosaurus/xonsh-vox-tabcomplete",
121  "description": ["Adds tabcomplete functionality to vox inside of xonsh."]
122 },
123 {"name": "xo",
124  "package": "exofrills",
125  "url": "https://github.com/scopatz/xo",
126  "description": ["Adds an 'xo' alias to run the exofrills text editor in the ",
127                  "current Python interpreter session. This shaves off a ",
128                  "bit of the startup time when running your favorite, minimal ",
129                  "text editor."]
130  },
131 {"name": "xonda",
132  "package": "xonda",
133  "url": "https://github.com/gforsyth/xonda",
134  "description": ["A thin wrapper around conda with tab completion"]
135 },
136 {"name": "avox",
137  "package": "xontrib-avox",
138  "url": "https://github.com/astronouth7303/xontrib-avox",
139  "description": ["Automatic (de)activation of virtual environments as you cd around"]
140 },
141 {"name": "z",
142  "package": "xontrib-z",
143  "url": "https://github.com/astronouth7303/xontrib-z",
144  "description": ["Tracks your most used directories, based on 'frecency'."]
145 },
146 {"name": "powerline",
147  "package": "xontrib-powerline",
148  "url": "https://github.com/santagada/xontrib-powerline",
149  "description": ["Powerline for Xonsh shell"]
150 },
151 {"name": "prompt_vi_mode",
152  "package": "xontrib-prompt-vi-mode",
153  "url": "https://github.com/t184256/xontrib-prompt-vi-mode",
154  "description": ["vi-mode status formatter for xonsh prompt"]
155 },
156 {"name": "click_tabcomplete",
157  "package": "xonsh-click-tabcomplete",
158  "url": "https://github.com/Granitosaurus/xonsh-click-tabcomplete",
159  "description": ["Adds tabcomplete functionality to click based python applications inside of xonsh."]
160 },
161 {"name": "fzf-widgets",
162  "package": "xontrib-fzf-widgets",
163  "url": "https://github.com/shahinism/xontrib-fzf-widgets",
164  "description": ["Adds some fzf widgets to your xonsh shell."]
165 },
166 {"name": "schedule",
167  "package": "xontrib-schedule",
168  "url": "https://github.com/astronouth7303/xontrib-schedule",
169  "description": ["Xonsh Task Scheduling"]
170 }
171 ],
172 "packages": {
173  "exofrills": {
174   "license": "WTFPL",
175   "url": "http://exofrills.org",
176   "install": {
177    "conda": "conda install -c conda-forge xo",
178    "pip": "xpip install exofrills"}
179   },
180  "xonsh": {
181   "license": "BSD 3-clause",
182   "url": "http://xon.sh",
183   "install": {
184    "conda": "conda install -c conda-forge xonsh",
185    "pip": "xpip install xonsh",
186    "aura": "sudo aura -A xonsh",
187    "yaourt": "yaourt -Sa xonsh"}
188   },
189  "xontrib-prompt-ret-code": {
190   "license": "MIT",
191   "url": "https://github.com/Siecje/xontrib-prompt-ret-code",
192   "install": {
193    "pip": "xpip install xontrib-prompt-ret-code"
194   }
195  },
196  "xonsh-apt-tabcomplete": {
197   "license": "BSD 2-clause",
198   "url": "https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete",
199   "install": {
200    "pip": "xpip install xonsh-apt-tabcomplete"
201   }
202  },
203  "xonsh-docker-tabcomplete": {
204   "license": "MIT",
205   "url": "https://github.com/xsteadfastx/xonsh-docker-tabcomplete",
206   "install": {
207    "pip": "xpip install xonsh-docker-tabcomplete"
208   }
209  },
210  "xonsh-scrapy-tabcomplete": {
211   "license": "GPLv3",
212   "url": "https://github.com/Granitas/xonsh-scrapy-tabcomplete",
213   "install": {
214    "pip": "xpip install xonsh-scrapy-tabcomplete"
215    }
216   },
217  "xonsh-vox-tabcomplete": {
218   "license": "GPLv3",
219   "url": "https://github.com/Granitosaurus/xonsh-vox-tabcomplete",
220   "install": {
221    "pip": "xpip install xonsh-vox-tabcomplete"
222   }
223  },
224  "xonsh-click-tabcomplete": {
225   "license": "GPLv3",
226   "url": "https://github.com/Granitosaurus/xonsh-click-tabcomplete",
227   "install": {
228    "pip": "xpip install xonsh-click-tabcomplete"
229   }
230  },
231  "xonsh-autoxsh": {
232   "license": "GPLv3",
233   "url": "https://github.com/Granitas/xonsh-autoxsh",
234   "install": {
235    "pip": "xpip install xonsh-autoxsh"
236   }
237  },
238  "xonda": {
239   "license": "MIT",
240   "url": "https://github.com/gforsyth/xonda",
241   "install": {
242    "pip": "xpip install xonda"
243   }
244  },
245  "xontrib-avox": {
246   "license": "GPLv3",
247   "url": "https://github.com/astronouth7303/xontrib-avox",
248   "install": {
249    "pip": "xpip install xontrib-avox"
250   }
251  },
252  "xontrib-z": {
253   "license": "GPLv3",
254   "url": "https://github.com/astronouth7303/xontrib-z",
255   "install": {
256    "pip": "xpip install xontrib-z"
257   }
258  },
259  "xontrib-powerline": {
260   "license": "MIT",
261   "url": "https://github.com/santagada/xontrib-powerline",
262   "install": {
263    "pip": "xpip install xontrib-powerline"
264   }
265  },
266  "xontrib-thefuck": {
267   "license": "MIT",
268   "url": "https://github.com/meatballs/xontrib-thefuck",
269   "install": {
270    "pip": "xpip install xontrib-thefuck"
271   }
272  },
273  "xontrib-prompt-vi-mode": {
274   "license": "MIT",
275   "url": "https://github.com/t184256/xontrib-prompt-vi-mode",
276   "install": {
277    "pip": "xpip install xontrib-prompt-vi-mode"
278   }
279  },
280  "xontrib-fzf-widgets": {
281   "license": "GPLv3",
282   "url": "https://github.com/shahinism/xontrib-fzf-widgets",
283   "install": {
284    "pip": "xpip install xontrib-fzf-widgets"
285   }
286  },
287  "xontrib-schedule": {
288   "license": "MIT",
289   "url": "https://github.com/astronouth7303/xontrib-schedule",
290   "install": {
291    "pip": "xpip install xontrib-schedule"
292   }
293  }
294 }
295}
296