Skip to content

Conversation

@rolandwalker
Copy link
Contributor

@rolandwalker rolandwalker commented Jan 27, 2026

Description

  • read SPECIAL_COMMANDS from special.main instead of hardcoding, moving the hardcoding needed for tests to the test suite
  • move use/connect to suggest_special() alongside their backslash aliases
  • move tableformat to suggest_special() alongside its backslash alias,
  • move redirectformat to suggest_special() alongside its backslash alias
  • complete source even if the keyword is uppercase
  • commentary

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).
  • I ran uv run ruff check && uv run ruff format && uv run mypy --install-types . to lint and format the code.

@rolandwalker rolandwalker self-assigned this Jan 27, 2026
@rolandwalker rolandwalker force-pushed the RW/refactor-special-completions branch from b2f0b12 to c68c7f3 Compare January 28, 2026 10:20
 * read SPECIAL_COMMANDS from special.main instead of hardcoding,
   moving the hardcoding needed for tests to the test suite
 * move use/connect to suggest_special() alongside their backslash
   aliases
 * move tableformat to suggest_special() alongside its backslash
   alias,
 * move redirectformat to suggest_special() alongside its backslash
   alias
 * complete "source" even if the keyword is uppercase
 * commentary
@rolandwalker rolandwalker force-pushed the RW/refactor-special-completions branch from c68c7f3 to 77d7ab8 Compare January 28, 2026 10:31
@rolandwalker rolandwalker merged commit 63a7051 into main Jan 28, 2026
8 checks passed
@rolandwalker rolandwalker deleted the RW/refactor-special-completions branch January 28, 2026 10:35
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.

3 participants