mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
![]() * 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 |
||
---|---|---|
.. | ||
abbrevs.py | ||
autovox.py | ||
bashisms.py | ||
coreutils.py | ||
fish_completer.py | ||
free_cwd.py | ||
pdb.py | ||
README | ||
vox.py | ||
voxapi.py | ||
whole_word_jumping.py | ||
xog.py |
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.