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

Add Feature to Generate and Suggest Complex Commands for Operations #22

Open
Greatz08 opened this issue Dec 20, 2024 · 2 comments
Open

Comments

@Greatz08
Copy link

I'd like to suggest a new feature for this project that could enhance its usefulness, especially for users who frequently work with complex terminal commands and have trouble remembering them.

Currently, the project is great at explaining the output of previous commands, which is extremely helpful for understanding stack traces, deciphering error codes, fixing incorrect commands, and summarizing logs. However, I think it could be even more powerful if it could also assist in generating and suggesting complex commands that users might forget or find hard to remember.

For example, when working with common commands like grep, awk, sed, or even more advanced shell scripting patterns, the tool could provide the user with quick suggestions or templates for those commands based on natural language queries. This could significantly improve productivity by removing the need to constantly search for syntax or consult documentation.
Use Cases:

A user could ask for a awk command to process specific columns in a file and receive a correct, ready-to-use example.
Suggesting a series of piped commands or shortcuts for tasks that users may not perform regularly enough to remember.

Benefits:

Improves productivity: Quickly recall complex commands.
Reduces frustration: Helps users who frequently forget or struggle with command syntax.
Better accessibility: Makes terminal usage easier for beginners or people not familiar with every command.

Would love to hear your thoughts on this!

@shobrook
Copy link
Owner

This reads as AI-generated but either way, I think suggested commands would be nice.

@Greatz08
Copy link
Author

@shobrook yeah i first wrote my big unorganized message and then let ai convert it in this form (i generally write big messages and in little unorganized way and then i let ai organize it and make it use better+simpler words if it can to make things easier to explain to devs properly :-)) )

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