xonsh/xonsh
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
..
completers [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
history [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
lib test: python completers have become flaky 2022-03-22 19:13:11 +05:30
parsers [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
ply/ply refactor: remove non-source files from ply vendored (#4321) 2021-07-01 09:35:57 -04:00
procs Using repr(cmd) for command not found (#5075) 2023-03-02 11:13:36 +05:30
prompt Add support for Fossil SCM branch names in vc.py. (#5046) 2023-03-02 12:35:22 +05:30
ptk_shell Add Semantic Prompt support to multiline continuation lines (#5065) 2023-02-21 14:41:39 +05:30
pytest [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
virtualenv Fix virtualenv Path import and bump version (#4903) 2022-07-31 10:32:01 +05:30
webconfig Moving old xontribs to repositories (#5055) 2023-03-17 13:25:22 +06:00
xoreutils Fix typo in help text for 'which' (#5068) 2023-02-23 17:48:13 +06:00
__init__.py bumped version to 0.13.4 2022-12-08 09:37:21 -05:00
__main__.py black: the only color you need 2018-08-30 09:17:34 -05:00
aliases.py chore: fix formatting in aliases.py 2023-01-17 13:27:17 -05:00
ansi_colors.py fix(styles): fall back to default style if style not found (#4906) 2022-08-03 11:35:28 +05:30
ast.py style: isort imports 2022-01-31 11:16:51 -05:00
base_shell.py fix: do not append empty/comment-only input to history (#4822) 2022-05-26 17:50:08 +05:30
built_ins.py Handle regex error (#5034) 2023-01-23 10:15:38 -05:00
cli_utils.py [pre-commit.ci] pre-commit autoupdate (#4874) 2022-07-11 23:56:34 +05:30
codecache.py feat: make stracktraces behave like in python (#4662) 2022-02-04 09:16:44 +05:30
color_tools.py style: isort imports 2022-01-31 11:16:51 -05:00
commands_cache.py commands_cache: ignore mtime check on non-darwin os (#4988) 2022-12-05 21:04:20 +05:30
completer.py style: isort imports 2022-01-31 11:16:51 -05:00
contexts.py pre-commit hook for pyupgrade (#4583) 2021-12-06 14:42:26 -05:00
diff_history.py style: isort imports 2022-01-31 11:16:51 -05:00
dirstack.py [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
dumb_shell.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
environ.py Add Semantic Prompt support to multiline continuation lines (#5065) 2023-02-21 14:41:39 +05:30
events.py xontrib load/unload (#4817) 2022-05-30 15:33:17 +05:30
execer.py fix: do not append empty/comment-only input to history (#4822) 2022-05-26 17:50:08 +05:30
foreign_shells.py Pre commit ci (#4863) 2022-07-01 11:47:01 -04:00
imphooks.py style: isort imports 2022-01-31 11:16:51 -05:00
inspectors.py style: isort imports 2022-01-31 11:16:51 -05:00
jobs.py Fix job control for callable aliases (#4901) 2022-08-03 11:37:26 +05:30
jsonutils.py flake 2017-02-26 15:51:17 -05:00
lazyasd.py style: isort imports 2022-01-31 11:16:51 -05:00
lazyimps.py style: isort imports 2022-01-31 11:16:51 -05:00
lazyjson.py style: isort imports 2022-01-31 11:16:51 -05:00
lexer.py [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
macutils.py style: isort imports 2022-01-31 11:16:51 -05:00
main.py Improve error message for RAISE_SUBPROC_ERROR=True (#5072) 2023-03-05 07:49:42 +05:30
openpy.py style: isort imports 2022-01-31 11:16:51 -05:00
parser.py pre-commit hook for pyupgrade (#4583) 2021-12-06 14:42:26 -05:00
platform.py Pre commit ci (#4863) 2022-07-01 11:47:01 -04:00
pretty.py [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
proc.py style: isort imports 2022-01-31 11:16:51 -05:00
pyghooks.py [pre-commit.ci] pre-commit autoupdate 2023-02-14 22:57:36 +05:30
pygments_cache.py style: isort imports 2022-01-31 11:16:51 -05:00
readline_shell.py Update terminal title before executing subprocess (#4916) 2022-08-10 09:50:09 +05:30
shell.py feat: add on_command_not_found event (#4959) 2022-10-11 08:54:12 -04:00
style_tools.py style: isort imports 2022-01-31 11:16:51 -05:00
timings.py Update timings.py 2022-08-31 18:41:05 +06:00
tokenize.py feat: f-glob strings (#4835) 2022-06-12 13:45:16 +05:30
tools.py Improve error message for RAISE_SUBPROC_ERROR=True (#5072) 2023-03-05 07:49:42 +05:30
tracer.py style: isort imports 2022-01-31 11:16:51 -05:00
winutils.py refactor(amalgamate): remove amalgamation (#4858) 2022-07-04 10:40:16 +05:30
wizard.py style: isort imports 2022-01-31 11:16:51 -05:00
xonfig.py Pr5 xontrib entrypoints (#4827) 2022-06-17 12:39:12 -04:00
xontribs.py Update xontribs.py 2023-01-23 21:04:29 +05:30