LICENSE
README.md
pyproject.toml
./dagshell/__init__.py
./dagshell/command_parser.py
./dagshell/dagshell.py
./dagshell/dagshell_fluent.py
./dagshell/scheme_interpreter.py
./dagshell/terminal.py
dagshell/__init__.py
dagshell/command_parser.py
dagshell/dagshell.py
dagshell/dagshell_fluent.py
dagshell/scheme_interpreter.py
dagshell/terminal.py
dagshell.egg-info/PKG-INFO
dagshell.egg-info/SOURCES.txt
dagshell.egg-info/dependency_links.txt
dagshell.egg-info/entry_points.txt
dagshell.egg-info/requires.txt
dagshell.egg-info/top_level.txt
tests/test_command_parser_coverage.py
tests/test_core_filesystem_comprehensive.py
tests/test_dagshell.py
tests/test_dagshell_extended.py
tests/test_edge_cases_comprehensive.py
tests/test_fluent.py
tests/test_help_system.py
tests/test_import_export_comprehensive.py
tests/test_import_from_real.py
tests/test_integration.py
tests/test_persistence_comprehensive.py
tests/test_regression_fixes.py
tests/test_scheme_conditionals.py
tests/test_scheme_extended.py
tests/test_scheme_integration_comprehensive.py
tests/test_scheme_interpreter.py
tests/test_terminal.py
tests/test_terminal_advanced.py
tests/test_terminal_coverage.py
tests/test_terminal_demo.py
tests/test_terminal_features.py
tests/test_terminal_features_comprehensive.py
tests/test_terminal_interactive.py
tests/test_text_processing_comprehensive.py
tests/test_user_permissions.py