Skip to content

tmuxp load tab completions: Fix tilde#784

Closed
tony wants to merge 3 commits intomasterfrom
autocomplete-tildes
Closed

tmuxp load tab completions: Fix tilde#784
tony wants to merge 3 commits intomasterfrom
autocomplete-tildes

Conversation

@tony
Copy link
Copy Markdown
Member

@tony tony commented Jun 11, 2022

  • Adds typings for ConfigPath
    • constructor
    • config

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 11, 2022

Codecov Report

Merging #784 (aef137f) into master (aef137f) will not change coverage.
The diff coverage is n/a.

❗ Current head aef137f differs from pull request most recent head c18666b. Consider uploading reports for the commit c18666b to get more accurate results

@@           Coverage Diff           @@
##           master     #784   +/-   ##
=======================================
  Coverage   74.98%   74.98%           
=======================================
  Files          18       18           
  Lines        1395     1395           
  Branches      334      334           
=======================================
  Hits         1046     1046           
  Misses        263      263           
  Partials       86       86           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony force-pushed the master branch 2 times, most recently from 1298511 to be197a9 Compare July 16, 2022 15:58
@tony
Copy link
Copy Markdown
Member Author

tony commented Apr 26, 2026

Closing as obsolete.

All 3 commits on this branch annotate ConfigPath(click.Path) and
config_file_completion — both of which were removed when the project
migrated from click to argparse (CLI commands) and shtab (shell
completion). The type annotations have no surviving target in current
master.

Tilde handling in tab completion is now provided indirectly via shtab's
shtab.FILE markers (e.g. workspace_files.complete = shtab.FILE).

@tony tony closed this Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant