Skip to content

Conversation

@reidenong
Copy link

Implements the tab autocomplete feature for both commands, directories and files.

Behaviour:

  • Check if we are doing autocomplete for a command or a file

  • If command, we do prefix matching among all commands and return a unique match

  • If file, we find the possible file/directories based on given address and current position, then do prefix matching for unique matches

  • In all cases, where there is no match, tab does nothing.

  • In all cases, where there are multiple valid matches, tab does nothing (no guess).

@vercel
Copy link

vercel bot commented May 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hometerm Ready Ready Preview Comment Aug 29, 2025 4:06am

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