Is your feature request related to a problem? Please describe.
I sometimes want to generate a generic command with placeholders that I would manually edit. I think it would generally be a good thing to have the ability to tweak the command before executing it. It would be specially useful if one wants to use sensitive data (eg API key) that they don't want to communicate to model providers.
Is your feature request related to a problem? Please describe.
I sometimes want to generate a generic command with placeholders that I would manually edit. I think it would generally be a good thing to have the ability to tweak the command before executing it. It would be specially useful if one wants to use sensitive data (eg API key) that they don't want to communicate to model providers.
Describe the solution you'd like
Add the ability to insert commands generated through
aichat -e
into the command line. As mentioned here https://github.com/sigoden/aichat/issues/724#issuecomment-2241088320, this is something other CLI tools can do, so it's theoretically possible.Describe alternatives you've considered
What I currently do is just copy the generated command and manually past and edit it, but this isn't ideal.