Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : Add autocomplete suggestions for partially typed commands #6

Open
surajpathakcs opened this issue Nov 10, 2024 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@surajpathakcs
Copy link
Owner

feature: Partially visible commands on typing available commands

Issue Description:
The objective is to create an auto-completion feature where, as the user types a command, partially matching commands become visible. This feature will help users see the available commands based on their input, even if they haven't typed the full command yet.

Requirements:
Partial Matching: When a user types part of a command, the system should display commands that start with the entered text.
Auto-completion Suggestions: Suggestions should dynamically update as the user types.
Highlight Partial Matches: It should be clear which part of the suggestion matches the user's input (e.g., via bold or color).
Navigation for Suggestions: Allow users to navigate the suggestion list using arrow keys (up and down) and select the appropriate command.

@surajpathakcs surajpathakcs added enhancement New feature or request help wanted Extra attention is needed labels Nov 10, 2024
@surajpathakcs surajpathakcs changed the title feat : Partially visible commands on typing available commands feat : Add autocomplete suggestions for partially typed commands Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant