.aider.chat.history.md
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
assets/screenshot.png
auto_portforward/__init__.py
auto_portforward/_version.py
auto_portforward/cli.py
auto_portforward/datatype.py
auto_portforward/ssh_port_forward.py
auto_portforward/tui.py
auto_portforward/utils.py
auto_portforward.egg-info/PKG-INFO
auto_portforward.egg-info/SOURCES.txt
auto_portforward.egg-info/dependency_links.txt
auto_portforward.egg-info/entry_points.txt
auto_portforward.egg-info/requires.txt
auto_portforward.egg-info/top_level.txt
auto_portforward/process_provider/abstract_provider.py
auto_portforward/process_provider/get_process_with_openports.py
auto_portforward/process_provider/local.py
auto_portforward/process_provider/script_on_remote_machine.py
auto_portforward/process_provider/ssh_remote.py