.gitignore
LICENSE
NOTICE
README.md
pyproject.toml
run.bat
run.sh
test.bat
test.sh
.github/workflows/publish.yml
src/shellwire/__init__.py
src/shellwire/__main__.py
src/shellwire/auth.py
src/shellwire/cli.py
src/shellwire/client_manager.py
src/shellwire/config.py
src/shellwire/env_tracking.py
src/shellwire/executor.py
src/shellwire/output.py
src/shellwire/protocol.py
src/shellwire/pty_bridge.py
src/shellwire/server.py
src/shellwire/session.py
src/shellwire/shell_rewrite.py
src/shellwire.egg-info/PKG-INFO
src/shellwire.egg-info/SOURCES.txt
src/shellwire.egg-info/dependency_links.txt
src/shellwire.egg-info/entry_points.txt
src/shellwire.egg-info/requires.txt
src/shellwire.egg-info/top_level.txt
tests/test_auth.py
tests/test_client_manager.py
tests/test_env_tracking.py
tests/test_executor.py
tests/test_output.py
tests/test_server.py
tests/test_session.py
tests/test_shell_rewrite.py