xonsh/xontrib
Morten Enemark Lund 3d8c350127 Fix bug with free_cwd xontrib
The _chdir_up() returned a pathlike object, which
isn't handled well by  __xonsh_env__['PWD']. Fixed
by returning the absolute path as a string.
2018-04-25 09:26:32 +02:00
..
bashisms.py Implement an alias alias, matching what sh's alias does. 2017-07-08 15:35:21 +10:00
coreutils.py Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
distributed.py Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
free_cwd.py Fix bug with free_cwd xontrib 2018-04-25 09:26:32 +02:00
jedi.xsh better semantics for jedi 2017-02-21 11:56:33 -05:00
mpl.py Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
mplhooks.py Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
prompt_ret_code.xsh ret_code should return None not '' when rc==0 2017-01-02 01:27:34 +01:00
README interim add 2016-05-11 00:42:36 -04:00
vox.py Fix vox activate 2017-11-10 17:44:15 -05:00
voxapi.py Merge pull request #2368 from anddam/anddam-patch-1 2017-05-01 09:24:05 -04:00
whole_word_jumping.py Add whole_word_jumping xontrib. Implements #2403 2017-06-19 21:18:18 +02:00

xontrib is an implicit namespace package. DO NOT add an __init__.py file
to this directory.

Feel free to add both *.xsh and *.py files to the directory, they will be
installed and available.