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

Verbosity of copilot based cmds makes it unfriendly #101

Open
SparshKhanna0001 opened this issue Nov 4, 2024 · 1 comment
Open

Verbosity of copilot based cmds makes it unfriendly #101

SparshKhanna0001 opened this issue Nov 4, 2024 · 1 comment

Comments

@SparshKhanna0001
Copy link

Problem: To get a GitHub Copilot suggestion, I currently need to use:

gh copilot suggest "the suggestion I want"
This command is too verbose, making it easier to just open the web and search directly.

Solution: Reduce the verbosity of the command to improve efficiency. For example:

gh cp suggest
The above can be further reduced.
This would greatly enhance usability and streamline the process.

General Rule: Applying this principle as a general rule of thumb across GitHub CLI commands could significantly improve user experience

@williammartin
Copy link

williammartin commented Nov 6, 2024

Hi @SparshKhanna0001, have you tried using the aliases such that your example would be:

ghcs "the suggestion I want"

?

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

No branches or pull requests

2 participants