.gitignore
.share-my-repo-config.toml
README.md
pyproject.toml
.github/workflows/main.yml
scripts/test.bat
scripts/test.sh
src/__init__.py
src/cli.py
src/file_processor.py
src/formatter.py
src/git_info.py
src/main.py
src/share_my_repo.egg-info/PKG-INFO
src/share_my_repo.egg-info/SOURCES.txt
src/share_my_repo.egg-info/dependency_links.txt
src/share_my_repo.egg-info/entry_points.txt
src/share_my_repo.egg-info/requires.txt
src/share_my_repo.egg-info/top_level.txt
tests/test_file_processor.py
tests/test_formatter.py
tests/test_git_info.py
tests/test_main.py