README.md
pyproject.toml
src/git_shed/__init__.py
src/git_shed/__main__.py
src/git_shed/cli.py
src/git_shed/config.py
src/git_shed/errors.py
src/git_shed/exclude.py
src/git_shed/identity.py
src/git_shed/links.py
src/git_shed/matcher.py
src/git_shed/mount.py
src/git_shed/prompt.py
src/git_shed/repository.py
src/git_shed/sync.py
src/git_shed.egg-info/PKG-INFO
src/git_shed.egg-info/SOURCES.txt
src/git_shed.egg-info/dependency_links.txt
src/git_shed.egg-info/entry_points.txt
src/git_shed.egg-info/requires.txt
src/git_shed.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_identity.py
tests/test_interactive.py
tests/test_links.py
tests/test_matcher.py