BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
3.92k stars 238 forks source link

Is it a good idea to put the run command into shell history? #99

Closed mefengl closed 1 week ago

mefengl commented 8 months ago

So that it can be used in the future

Another solution is to add a cache for the question. If the solution is cached, then run ai question in the shell history also get the same result.


https://github.com/jaredwray/flat-cache looks good

distbit0 commented 7 months ago

this would be excellent