This dev tool is aimed at those in the rust ecosystem i.e. rust devs! You will need an OpenAI API key. Instructions can be found in the project readme https://crates.io/crates/pipe-gpt along with some example use cases.
About
Pipe your content to gpt directly from the command line. A concept that allows for adding GPT into command line one liners, CI and DevOps. Here are some examples: tail -30 /var/httpd.log | pipe-gpt --p "Is there anything in the http log file I should fix?" cat main.rs | pipe-gpt -p "Is this code production ready? If yes reply 'Yes'. If no, then explain why not. Be concise." git diff --staged | pipe-gpt -p "Code review this code change"