You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use llm cmd because it takes care of the prompting to extract just a command from the LLM. Sometimes I don't want to edit and run the command, but just copy it. I can always just manually copy and paste, but it might be nice to use this from a keyboard shortcut or something like that, in which case the readline interface gets in the way.
Neither llm cmd ... </dev/null nor llm cmd ... | cat works as a workaround right now.
The text was updated successfully, but these errors were encountered:
I use
llm cmd
because it takes care of the prompting to extract just a command from the LLM. Sometimes I don't want to edit and run the command, but just copy it. I can always just manually copy and paste, but it might be nice to use this from a keyboard shortcut or something like that, in which case the readline interface gets in the way.Neither
llm cmd ... </dev/null
norllm cmd ... | cat
works as a workaround right now.The text was updated successfully, but these errors were encountered: