LICENSE
README.md
pyproject.toml
setup.py
examples/extra_cmds.py
pigit/__init__.py
pigit/__main__.py
pigit/app.py
pigit/app_branch.py
pigit/app_chrome.py
pigit/app_command_palette.py
pigit/app_commit.py
pigit/app_commit_editor.py
pigit/app_commit_graph.py
pigit/app_contribution_graph.py
pigit/app_diff.py
pigit/app_header_state.py
pigit/app_inspector.py
pigit/app_keybindings.py
pigit/app_log_graph_preview.py
pigit/app_log_ref.py
pigit/app_preview.py
pigit/app_rebase.py
pigit/app_recent_actions.py
pigit/app_stash.py
pigit/app_status.py
pigit/app_theme.py
pigit/app_types.py
pigit/config.py
pigit/config_data.py
pigit/console_scripts.py
pigit/const.py
pigit/context.py
pigit/entry.py
pigit/hook.py
pigit/info.py
pigit/init.py
pigit/picker_app.py
pigit/session_history.py
pigit.egg-info/PKG-INFO
pigit.egg-info/SOURCES.txt
pigit.egg-info/dependency_links.txt
pigit.egg-info/entry_points.txt
pigit.egg-info/requires.txt
pigit.egg-info/top_level.txt
pigit/cmdparse/__init__.py
pigit/cmdparse/parser.py
pigit/cmdparse/completion/__init__.py
pigit/cmdparse/completion/base.py
pigit/cmdparse/completion/bash.py
pigit/cmdparse/completion/fish.py
pigit/cmdparse/completion/widgets.py
pigit/cmdparse/completion/zsh.py
pigit/ext/__init__.py
pigit/ext/executor.py
pigit/ext/executor_factory.py
pigit/ext/func.py
pigit/ext/lcstat.py
pigit/ext/log.py
pigit/ext/singleton.py
pigit/ext/utils.py
pigit/git/__init__.py
pigit/git/_repo_status.py
pigit/git/hosting.py
pigit/git/managed_repos.py
pigit/git/model.py
pigit/git/api/__init__.py
pigit/git/api/_base.py
pigit/git/api/_branch.py
pigit/git/api/_commit.py
pigit/git/api/_core.py
pigit/git/api/_diff.py
pigit/git/api/_display.py
pigit/git/api/_errors.py
pigit/git/api/_fileio.py
pigit/git/api/_merge.py
pigit/git/api/_stash.py
pigit/git/api/_status.py
pigit/git/api/_util.py
pigit/git/api/_worktree.py
pigit/git/cmds/__init__.py
pigit/git/cmds/_completion.py
pigit/git/cmds/_completion_types.py
pigit/git/cmds/_config_loader.py
pigit/git/cmds/_decorators.py
pigit/git/cmds/_executor.py
pigit/git/cmds/_models.py
pigit/git/cmds/_mru.py
pigit/git/cmds/_registry.py
pigit/git/cmds/_resolver.py
pigit/git/cmds/_security.py
pigit/git/cmds/_utils.py
pigit/git/cmds/_validators.py
pigit/git/cmds/branch.py
pigit/git/cmds/commit.py
pigit/git/cmds/conflict.py
pigit/git/cmds/history.py
pigit/git/cmds/index.py
pigit/git/cmds/merge.py
pigit/git/cmds/push_pull.py
pigit/git/cmds/rebase.py
pigit/git/cmds/remote.py
pigit/git/cmds/settings.py
pigit/git/cmds/submodule.py
pigit/git/cmds/working_tree.py
pigit/git/ignore/__init__.py
pigit/git/ignore/template.py
pigit/handlers/__init__.py
pigit/handlers/base_handler.py
pigit/handlers/cmd_handler.py
pigit/handlers/cmd_picker.py
pigit/handlers/cmd_picker_data.py
pigit/handlers/open_handler.py
pigit/handlers/repo_handler.py
pigit/handlers/repo_picker.py
pigit/handlers/tui_handler.py
pigit/observe/__init__.py
pigit/observe/backend.py
pigit/observe/classify.py
pigit/observe/clock.py
pigit/observe/coordinator.py
pigit/observe/denylist.py
pigit/observe/digest.py
pigit/observe/observer.py
pigit/observe/overlay.py
pigit/observe/paths.py
pigit/observe/types.py
pigit/termui/__init__.py
pigit/termui/_color.py
pigit/termui/_component_event.py
pigit/termui/_layer.py
pigit/termui/_layout.py
pigit/termui/_markup.py
pigit/termui/_runtime_context.py
pigit/termui/_session.py
pigit/termui/_syntax_configs.py
pigit/termui/application.py
pigit/termui/async_task.py
pigit/termui/bindings.py
pigit/termui/cli_output.py
pigit/termui/component.py
pigit/termui/event_bus.py
pigit/termui/event_loop.py
pigit/termui/feedback.py
pigit/termui/input.py
pigit/termui/keys.py
pigit/termui/mouse.py
pigit/termui/overlay.py
pigit/termui/palette.py
pigit/termui/reactive.py
pigit/termui/renderer.py
pigit/termui/root.py
pigit/termui/segment.py
pigit/termui/surface.py
pigit/termui/syntax.py
pigit/termui/theme.py
pigit/termui/tty_io.py
pigit/termui/types.py
pigit/termui/wcwidth_table.py
pigit/termui/containers/__init__.py
pigit/termui/containers/column.py
pigit/termui/containers/row.py
pigit/termui/containers/split_pane.py
pigit/termui/containers/tab_view.py
pigit/termui/primitives/__init__.py
pigit/termui/primitives/ansi.py
pigit/termui/primitives/calendar_layout.py
pigit/termui/primitives/frame.py
pigit/termui/primitives/gutter.py
pigit/termui/primitives/text.py
pigit/termui/primitives/word_diff.py
pigit/termui/widgets/__init__.py
pigit/termui/widgets/bordered_browser.py
pigit/termui/widgets/check_list.py
pigit/termui/widgets/command_palette.py
pigit/termui/widgets/footer.py
pigit/termui/widgets/graph.py
pigit/termui/widgets/header.py
pigit/termui/widgets/help_panel.py
pigit/termui/widgets/input_line.py
pigit/termui/widgets/item_list.py
pigit/termui/widgets/line_text_browser.py
pigit/termui/widgets/lint_bar.py
pigit/termui/widgets/popup.py
pigit/termui/widgets/sheet.py
pigit/termui/widgets/status_bar.py
pigit/termui/widgets/toast.py
pigit/viewmodels/__init__.py
pigit/viewmodels/base.py
pigit/viewmodels/branch.py
pigit/viewmodels/commit.py
pigit/viewmodels/status.py
tests/__init__.py
tests/conftest.py
tests/paths.py
tests/test_init.py
tests/test_search_filter.py
tests/utils.py
tests/app/test_advanced_features.py
tests/app/test_app_branch.py
tests/app/test_app_commit_graph.py
tests/app/test_app_deep_widget_imports.py
tests/app/test_app_events.py
tests/app/test_app_keybindings.py
tests/app/test_app_panels.py
tests/app/test_app_private_imports.py
tests/app/test_auto_refresh.py
tests/app/test_chrome.py
tests/app/test_commit_cherry_pick.py
tests/app/test_diff_viewer.py
tests/app/test_header_state.py
tests/app/test_inspector_sheet.py
tests/app/test_log_graph_preview.py
tests/app/test_log_ref.py
tests/app/test_panel_cycle.py
tests/app/test_preview_panel.py
tests/app/test_rebase.py
tests/app/test_rebase_control.py
tests/app/test_stash_panel.py
tests/app/test_status_panel_actions.py
tests/app/test_status_tree.py
tests/app/test_theme_no_palette_refs.py
tests/cli/test_cmdparse.py
tests/cli/test_handlers_and_tui_utils.py
tests/core/test_config.py
tests/core/test_context.py
tests/core/test_managed_repos.py
tests/ext/test_executor_factory.py
tests/ext/test_ext.py
tests/ext/test_ext_executor.py
tests/ext/test_log_and_executor_edges.py
tests/git/test_file_path.py
tests/git/test_git.py
tests/git/test_git_api.py
tests/git/test_git_ignore.py
tests/git/test_hosting.py
tests/git/cmds/conftest.py
tests/git/cmds/test_completion.py
tests/git/cmds/test_config_loader.py
tests/git/cmds/test_executor.py
tests/git/cmds/test_integration.py
tests/git/cmds/test_models.py
tests/git/cmds/test_mru.py
tests/git/cmds/test_picker.py
tests/git/cmds/test_picker_print.py
tests/git/cmds/test_push_pull.py
tests/git/cmds/test_registry.py
tests/git/cmds/test_resolver.py
tests/git/cmds/test_security.py
tests/git/cmds/test_validators.py
tests/interactive/test_repo_cd_picker.py
tests/observe/test_classify.py
tests/observe/test_clock.py
tests/observe/test_coordinator.py
tests/observe/test_stat_mtime_backend.py
tests/observe/test_worktree_digest.py
tests/observe/test_worktree_paths.py
tests/termui/test_action_bindings.py
tests/termui/test_ansi.py
tests/termui/test_application.py
tests/termui/test_async_loading.py
tests/termui/test_bordered_browser.py
tests/termui/test_calendar_layout.py
tests/termui/test_color.py
tests/termui/test_command_palette.py
tests/termui/test_component_layouts.py
tests/termui/test_component_subscribe.py
tests/termui/test_components_overlay.py
tests/termui/test_event_bubble.py
tests/termui/test_event_bus.py
tests/termui/test_event_routing.py
tests/termui/test_focus_presentation.py
tests/termui/test_frame_primitives.py
tests/termui/test_gutter.py
tests/termui/test_input_keyboard.py
tests/termui/test_layer.py
tests/termui/test_layout.py
tests/termui/test_mouse.py
tests/termui/test_overlay_api.py
tests/termui/test_primitives_api.py
tests/termui/test_public_api_exports.py
tests/termui/test_reactive.py
tests/termui/test_reactive_weakref.py
tests/termui/test_render.py
tests/termui/test_root.py
tests/termui/test_runtime_context.py
tests/termui/test_segment.py
tests/termui/test_session.py
tests/termui/test_signal_render.py
tests/termui/test_signal_widgets.py
tests/termui/test_split_pane.py
tests/termui/test_surface.py
tests/termui/test_syntax.py
tests/termui/test_termui_components.py
tests/termui/test_termui_eventloop.py
tests/termui/test_termui_input_contract.py
tests/termui/test_tty_io.py
tests/termui/test_widgets.py
tests/termui/test_word_diff.py
tests/viewmodels/__init__.py
tests/viewmodels/test_branch_vm.py
tests/viewmodels/test_commit_vm.py
tests/viewmodels/test_status_vm.py
tools/debug_keys.py
tools/gitignore_util.py
tools/run.py