mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* Update and rename README to README.rst * Create hello_world.py * Update README.rst * init * remove bashisms * Transfer abbrevs to xontrib-abbrevs * Transfer free-cwd to xontrib-free-cwd * news * black * Transfer fish-completer to xonsh/xontrib-fish-completer * Transfer vox to xonsh/xontrib-vox * Transfer pdb, xog to xonsh/xontrib-debug-tools * remove hello_world * fix tests * black * fix whitespaces * fix readme * Update python_virtual_environments.rst * Update README.rst * Update xontribs_transfer.rst --------- Co-authored-by: a <1@1.1>
7 lines
403 B
ReStructuredText
7 lines
403 B
ReStructuredText
Xontributions, or xontribs, are a set of tools and conventions for extending
|
|
the functionality of xonsh beyond what is provided by default. This allows
|
|
3rd party developers and users to improve their xonsh experience without
|
|
having to go through the xonsh development and release cycle.
|
|
|
|
This xontrib directory represents an implicit namespace package.
|
|
DO NOT add an __init__.py file to this directory.
|