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]: Filter options faster. #86

Open
seivan opened this issue Jul 5, 2024 · 0 comments
Open

[FEAT]: Filter options faster. #86

seivan opened this issue Jul 5, 2024 · 0 comments
Labels
enhancement New feature or request needs-triage needs to be reviewed

Comments

@seivan
Copy link

seivan commented Jul 5, 2024

By submitting this issue, you agree to follow our Code of Conduct.

Describe the need

Filtering options could be faster by giving numbers to the options as they're all using the same starting letters:
explain/execute/exit => requires three letters to filter.
revise/rate => requires two

Version

gh-copilot version 1.0.3 (2024-05-08)

Relevant terminal output

Could be using numbers

 Select an option  [Use arrows to move, type to filter]
> 
  1 Copy command to clipboard
  2 Explain command
  3 Execute command
  4 Revise command
  5 Rate response
  6 Exit

or different starting letters

 Select an option  [Use arrows to move, type to filter]
> 
  Copy command to clipboard
  Describe command
  Run command
  Edit command
  Rate response
  Quit
@seivan seivan added enhancement New feature or request needs-triage needs to be reviewed labels Jul 5, 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 needs-triage needs to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant