LICENSE
README.md
pyproject.toml
setup.py
github_shell/__init__.py
github_shell/main.py
github_shell.egg-info/PKG-INFO
github_shell.egg-info/SOURCES.txt
github_shell.egg-info/dependency_links.txt
github_shell.egg-info/entry_points.txt
github_shell.egg-info/requires.txt
github_shell.egg-info/top_level.txt
github_shell/commands/__init__.py
github_shell/commands/org_commands.py
github_shell/commands/rate_limit.py
github_shell/commands/repo_commands.py
github_shell/commands/search_commands.py
github_shell/commands/update_commands.py
github_shell/commands/user_commands.py
github_shell/tests/__init__.py
github_shell/tests/test_config.py
github_shell/tests/test_dependency_manager.py
github_shell/tests/test_email_verification.py
github_shell/tests/test_features.py
github_shell/tests/test_github_shell.py
github_shell/tests/test_language.py
github_shell/tests/test_repo_commands.py
github_shell/tests/test_return_param.py
github_shell/tests/test_stop_command.py
github_shell/tests/test_system_commands.py
github_shell/tests/test_tamper_proof.py
github_shell/utils/__init__.py
github_shell/utils/config.py
github_shell/utils/dependency_manager.py
github_shell/utils/email_verification.py
github_shell/utils/encryption.py
github_shell/utils/history.py
github_shell/utils/language.py
github_shell/utils/path_utils.py
github_shell/utils/request_utils.py
github_shell/utils/tamper_proof.py