Can we write a prompt in the terminal, and then have the AI generate a command based on that prompt? It would be useful for especially long commands, where you pipe the output of one program into the input of another program, parsing data such as log files for example.
Can we write a prompt in the terminal, and then have the AI generate a command based on that prompt?
It would be useful for especially long commands, where you pipe the output of one program into the input of another program, parsing data such as log files for example.
yep, have a look at open interpreter which is designed to do just that.