xonsh/xontrib/README.rst
Andy Kipp 042487745a
Moving old xontribs to repositories (#5055)
* 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>
2023-03-17 13:25:22 +06:00

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.