README.md
pyproject.toml
app/main.py
app/types.py
app/commands/__init__.py
app/commands/builtins.py
app/core/__init__.py
app/core/utils.py
app/core/orchestration/__init__.py
app/core/orchestration/runner.py
app/core/python/__init__.py
app/core/python/execution.py
app/core/python/namespace.py
app/core/shell/__init__.py
app/core/shell/execution.py
app/core/shell/expansions.py
app/core/shell/pipeline.py
app/parsing/__init__.py
app/parsing/ast_transform.py
app/parsing/expansions.py
app/parsing/pipeline.py
app/parsing/redirections.py
app/parsing/segments.py
app/parsing/tokenizer.py
app/parsing/utils.py
app/ui/__init__.py
app/ui/completer.py
app/ui/prompt.py
app/ui/shell_lexer.py
pynix.sh.egg-info/PKG-INFO
pynix.sh.egg-info/SOURCES.txt
pynix.sh.egg-info/dependency_links.txt
pynix.sh.egg-info/entry_points.txt
pynix.sh.egg-info/requires.txt
pynix.sh.egg-info/top_level.txt
tests/test_builtins.py
tests/test_control_flow.py
tests/test_edge_cases.py
tests/test_expansion_errors.py
tests/test_interpolation.py
tests/test_multiline.py
tests/test_parsing.py
tests/test_pipelines.py
tests/test_python.py
tests/test_redirection.py
tests/test_substitution.py