README.md
setup.py
guet/__init__.py
guet/constants.py
guet/errors.py
guet/main.py
guet.egg-info/PKG-INFO
guet.egg-info/SOURCES.txt
guet.egg-info/dependency_links.txt
guet.egg-info/entry_points.txt
guet.egg-info/top_level.txt
guet/commands/__init__.py
guet/commands/_command_factory.py
guet/commands/_command_map.py
guet/commands/add/__init__.py
guet/commands/add/_add.py
guet/commands/add/_add_committer.py
guet/commands/add/_args.py
guet/commands/add/_local_file_initialization.py
guet/commands/add/_overwrite.py
guet/commands/get/__init__.py
guet/commands/get/_action.py
guet/commands/get/_get.py
guet/commands/help/__init__.py
guet/commands/help/_help.py
guet/commands/help/_unknown.py
guet/commands/help/_usage.py
guet/commands/init/__init__.py
guet/commands/init/_cancel_create_hook.py
guet/commands/init/_change_hooks_folder.py
guet/commands/init/_create_hooks_alongside.py
guet/commands/init/_create_hooks_normally.py
guet/commands/init/_init.py
guet/commands/remove/__init__.py
guet/commands/remove/_remove.py
guet/commands/remove/_remove_committer.py
guet/commands/set/__init__.py
guet/commands/set/_set.py
guet/commands/set/_set_committers.py
guet/commands/yeet/__init__.py
guet/commands/yeet/_remove_global.py
guet/commands/yeet/_remove_local.py
guet/commands/yeet/_yeet.py
guet/committers/__init__.py
guet/committers/_add_committer.py
guet/committers/_comitters_printer.py
guet/committers/_committer_print_formatter.py
guet/committers/_committers2.py
guet/committers/_committers2_state.py
guet/committers/_committers_set.py
guet/committers/_current_committers.py
guet/committers/_global_committer_state.py
guet/committers/_initials_for_project.py
guet/committers/_initials_formatter.py
guet/committers/_initials_name_email_printer.py
guet/committers/_local_committers_state.py
guet/committers/_set_current_committers.py
guet/committers/committer.py
guet/config/__init__.py
guet/config/already_initialized.py
guet/config/errors.py
guet/config/set_errors.py
guet/files/__init__.py
guet/files/_file.py
guet/files/_file_system.py
guet/files/read_lines.py
guet/files/write_lines.py
guet/git/__init__.py
guet/git/_all_guet_hooks.py
guet/git/_all_valid_hooks.py
guet/git/_author_manage.py
guet/git/_create_strategy.py
guet/git/_file_name_strategy.py
guet/git/_git_proxy.py
guet/git/_guet_hooks.py
guet/git/_hook_loader.py
guet/git/author.py
guet/git/errors.py
guet/git/git.py
guet/git/hook.py
guet/hooks/__init__.py
guet/hooks/_commit_msg.py
guet/hooks/_post_commit.py
guet/hooks/_pre_commit.py
guet/hooks/_run.py
guet/settings/__init__.py
guet/settings/boolean_parser.py
guet/settings/get_settings.py
guet/settings/set_settings.py
guet/settings/setting.py
guet/settings/settings.py
guet/steps/__init__.py
guet/steps/ifstep.py
guet/steps/optionstep.py
guet/steps/step.py
guet/steps/action/__init__.py
guet/steps/action/_print.py
guet/steps/action/action.py
guet/steps/check/__init__.py
guet/steps/check/_committers_exist.py
guet/steps/check/check.py
guet/steps/check/git_required_check.py
guet/steps/check/help_check.py
guet/steps/check/start_required_check.py
guet/steps/check/version_check.py
guet/steps/preparation/__init__.py
guet/steps/preparation/_local_swap.py
guet/steps/preparation/initialize.py
guet/steps/preparation/local.py
guet/steps/preparation/preapration.py
guet/util/__init__.py
guet/util/_add_command_if_none_given.py
guet/util/_args.py
guet/util/_current_millis.py
guet/util/_get_command_key.py
guet/util/_help_builder.py
guet/util/_project_root.py
guet/util/_proxy.py
guet/util/_recursive_directory_find.py
guet/util/errors.py
test/test_main.py