.flake8
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
FIX_FORMATTING.md
LICENSE
MANIFEST.in
Makefile
PROJECT_STRUCTURE.md
README.md
SECURITY.md
format_code.sh
gitish-cli
pyproject.toml
requirements-dev.txt
setup.py
test_install.sh
gitish/__init__.py
gitish/cli.py
gitish/config.py
gitish.egg-info/PKG-INFO
gitish.egg-info/SOURCES.txt
gitish.egg-info/dependency_links.txt
gitish.egg-info/entry_points.txt
gitish.egg-info/requires.txt
gitish.egg-info/top_level.txt
gitish/commands/__init__.py
gitish/commands/available_issues.py
gitish/commands/list_repos.py
gitish/commands/show_issue.py
gitish/services/__init__.py
gitish/services/github_api.py
gitish/utils/__init__.py
gitish/utils/formatters.py
gitish/utils/repository.py