simonw / llm

Access large language models from the command-line
https://llm.datasette.io
Apache License 2.0
4.65k stars 256 forks source link

Don't require quoting the prompt #527

Open almson opened 4 months ago

almson commented 4 months ago

It would be 10% nicer if llm worked like echo and didn't require quoting the prompt. Perhaps this can be implemented in a backwards-compatible matter as an option that I could hide behind an alias. Or, I guess I can ask Claude to write me a bash script and use that..

tino commented 3 months ago

Or, I guess I can ask Claude to write me a bash script and use that..

Ran across this just yesterday: https://two-wrongs.com/q 😊

AlexanderYastrebov commented 2 months ago

See also related https://github.com/simonw/llm/issues/153#issuecomment-2310750496