xonsh/xontrib
Noorhteen Raja NJ ecc1ab1020
xontrib load/unload (#4817)
* feat: add function to make event registration from function signature

* docs: add xontrib special functions description

* feat: handle xontribs with special functions

also reduce usage of XSH singleton

* fix: missing XSH

for now import singleton

* docs: fix .rst format

* fix: failing tests

* feat: implement primitive xontrib-unload and xontrib-reload

* chore: give explicit name

* docs: update doc
2022-05-30 15:33:17 +05:30
..
abbrevs.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
autovox.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
bashisms.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
coreutils.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
fish_completer.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
free_cwd.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
pdb.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
README interim add 2016-05-11 00:42:36 -04:00
vox.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
voxapi.py test: python completers have become flaky 2022-03-22 19:13:11 +05:30
whole_word_jumping.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
xog.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30

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.