gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.28k stars 75 forks source link

Feature: Add selected command to shell history #39

Open Buttars opened 1 year ago

Buttars commented 1 year ago

Currently whatever command is selected is not added to the command history of the shell. This makes rerunning commands a pain and I have to instead rerun the gorilla command instead.

It would be very nice to have the command executed directly on the shell in a way that adds it to the command history.