LICENSE
README.md
pyproject.toml
src/cd_browser_post_install.py
src/app/__init__.py
src/app/cli.py
src/app/config.py
src/app/devinfo.py
src/app/filesystem.py
src/app/history.py
src/app/logging_config.py
src/app/main.py
src/app/navigator.py
src/app/opener.py
src/app/ui.py
src/app/domain/__init__.py
src/app/infrastructure/__init__.py
src/app/services/__init__.py
src/app/utils/__init__.py
src/cd_browser.egg-info/PKG-INFO
src/cd_browser.egg-info/SOURCES.txt
src/cd_browser.egg-info/dependency_links.txt
src/cd_browser.egg-info/entry_points.txt
src/cd_browser.egg-info/requires.txt
src/cd_browser.egg-info/top_level.txt
tests/test_cli.py
tests/test_filesystem.py
tests/test_history.py
tests/test_navigator.py
tests/test_opener.py
tests/test_post_install.py
tests/test_smoke.py
tests/test_ui.py