`llmhelp` bash function to assist on infra work
1–2 of 2 posts
Re: `llmhelp` bash function to assist on infra work
#2How it works
1. Takes the last command from your bash history
2. Reruns it to capture the output
3. Gives this info to `llm cmd` to get a suggestion
4. Show the suggestion to the user!
Basically a quicker feedback loop instead of looking up params & typos on google.