.git-blame-ignore-revs
.gitignore
AGENTS.md
AUTHORS.rst
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
SPONSORS.rst
changelog.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/codex-review.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/typecheck.yml
doc/key_bindings.rst
doc/llm.md
doc/screenshots/main.gif
doc/screenshots/tables.png
mycli/AUTHORS
mycli/SPONSORS
mycli/TIPS
mycli/__init__.py
mycli/clibuffer.py
mycli/clistyle.py
mycli/clitoolbar.py
mycli/compat.py
mycli/completion_refresher.py
mycli/config.py
mycli/constants.py
mycli/key_bindings.py
mycli/lexer.py
mycli/main.py
mycli/myclirc
mycli/schema_prefetcher.py
mycli/sqlcompleter.py
mycli/sqlexecute.py
mycli/types.py
mycli.egg-info/PKG-INFO
mycli.egg-info/SOURCES.txt
mycli.egg-info/dependency_links.txt
mycli.egg-info/entry_points.txt
mycli.egg-info/requires.txt
mycli.egg-info/top_level.txt
mycli/main_modes/batch.py
mycli/main_modes/checkup.py
mycli/main_modes/execute.py
mycli/main_modes/list_dsn.py
mycli/main_modes/list_ssh_config.py
mycli/main_modes/repl.py
mycli/packages/__init__.py
mycli/packages/batch_utils.py
mycli/packages/cli_utils.py
mycli/packages/completion_engine.py
mycli/packages/filepaths.py
mycli/packages/hybrid_redirection.py
mycli/packages/interactive_utils.py
mycli/packages/key_binding_utils.py
mycli/packages/sql_utils.py
mycli/packages/sqlresult.py
mycli/packages/ssh_utils.py
mycli/packages/string_utils.py
mycli/packages/paramiko_stub/__init__.py
mycli/packages/ptoolkit/__init__.py
mycli/packages/ptoolkit/fzf.py
mycli/packages/ptoolkit/history.py
mycli/packages/ptoolkit/utils.py
mycli/packages/special/__init__.py
mycli/packages/special/dbcommands.py
mycli/packages/special/delimitercommand.py
mycli/packages/special/favoritequeries.py
mycli/packages/special/iocommands.py
mycli/packages/special/llm.py
mycli/packages/special/main.py
mycli/packages/special/utils.py
mycli/packages/tabular_output/__init__.py
mycli/packages/tabular_output/sql_format.py
test/__init__.py
test/myclirc
test/mylogin.cnf
test/utils.py
test/features/__init__.py
test/features/auto_vertical.feature
test/features/basic_commands.feature
test/features/connection.feature
test/features/crud_database.feature
test/features/crud_table.feature
test/features/db_utils.py
test/features/environment.py
test/features/fixture_utils.py
test/features/iocommands.feature
test/features/named_queries.feature
test/features/specials.feature
test/features/wrappager.py
test/features/fixture_data/help.txt
test/features/fixture_data/help_commands.txt
test/features/steps/__init__.py
test/features/steps/auto_vertical.py
test/features/steps/basic_commands.py
test/features/steps/connection.py
test/features/steps/crud_database.py
test/features/steps/crud_table.py
test/features/steps/iocommands.py
test/features/steps/named_queries.py
test/features/steps/specials.py
test/features/steps/utils.py
test/features/steps/wrappers.py
test/pytests/conftest.py
test/pytests/test_batch_utils.py
test/pytests/test_checkup.py
test/pytests/test_cli_utils.py
test/pytests/test_clibuffer.py
test/pytests/test_clistyle.py
test/pytests/test_clitoolbar.py
test/pytests/test_completion_engine.py
test/pytests/test_completion_refresher.py
test/pytests/test_config.py
test/pytests/test_delimitercommand.py
test/pytests/test_favoritequeries.py
test/pytests/test_filepaths.py
test/pytests/test_hybrid_redirection.py
test/pytests/test_interactive_utils.py
test/pytests/test_key_binding_utils.py
test/pytests/test_key_bindings.py
test/pytests/test_main.py
test/pytests/test_main_modes_batch.py
test/pytests/test_main_modes_execute.py
test/pytests/test_main_modes_list_dsn.py
test/pytests/test_main_modes_list_ssh_config.py
test/pytests/test_main_modes_repl.py
test/pytests/test_main_regression.py
test/pytests/test_naive_completion.py
test/pytests/test_ptoolkit_fzf.py
test/pytests/test_ptoolkit_history.py
test/pytests/test_ptoolkit_utils.py
test/pytests/test_schema_prefetcher.py
test/pytests/test_smart_completion_public_schema_only.py
test/pytests/test_special_dbcommands.py
test/pytests/test_special_iocommands.py
test/pytests/test_special_llm.py
test/pytests/test_special_main.py
test/pytests/test_special_utils.py
test/pytests/test_sql_utils.py
test/pytests/test_sqlcompleter.py
test/pytests/test_sqlexecute.py
test/pytests/test_sqlresult.py
test/pytests/test_ssh_utils.py
test/pytests/test_string_utils.py
test/pytests/test_tabular_output.py