LICENSE
README.md
pyproject.toml
src/gitspaces/__init__.py
src/gitspaces/__main__.py
src/gitspaces/cli.py
src/gitspaces.egg-info/PKG-INFO
src/gitspaces.egg-info/SOURCES.txt
src/gitspaces.egg-info/dependency_links.txt
src/gitspaces.egg-info/entry_points.txt
src/gitspaces.egg-info/requires.txt
src/gitspaces.egg-info/top_level.txt
src/gitspaces/modules/__init__.py
src/gitspaces/modules/cmd_clone.py
src/gitspaces/modules/cmd_code.py
src/gitspaces/modules/cmd_config.py
src/gitspaces/modules/cmd_extend.py
src/gitspaces/modules/cmd_rename.py
src/gitspaces/modules/cmd_setup.py
src/gitspaces/modules/cmd_sleep.py
src/gitspaces/modules/cmd_switch.py
src/gitspaces/modules/config.py
src/gitspaces/modules/console.py
src/gitspaces/modules/errors.py
src/gitspaces/modules/path.py
src/gitspaces/modules/project.py
src/gitspaces/modules/runshell.py
src/gitspaces/modules/space.py
tests/test_cli.py
tests/test_cmd_clone_integration.py
tests/test_cmd_code.py
tests/test_cmd_config.py
tests/test_cmd_extend_integration.py
tests/test_cmd_rename_integration.py
tests/test_cmd_setup_integration.py
tests/test_cmd_sleep_integration.py
tests/test_cmd_switch_integration.py
tests/test_config.py
tests/test_console.py
tests/test_errors.py
tests/test_path.py
tests/test_project.py
tests/test_runshell.py
tests/test_space.py