diff --git a/README.md b/README.md index 642e113f..7841cd8d 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,9 @@ Here are some examples: gptme 'write an impressive and colorful particle effect using three.js to particles.html' gptme 'render mandelbrot set to mandelbrot.png' gptme 'suggest improvements to my vimrc' +gptme 'convert to h265 and adjust the volume' video.mp4 +git diff | gptme 'complete the TODOs in this diff' make test | gptme 'fix the failing tests' -gptme 'convert video.mp4 to h265 and adjust the volume' ``` For more, see the [Getting Started][docs-getting-started] guide and the [Examples][docs-examples] in the [documentation][docs]. diff --git a/docs/examples.rst b/docs/examples.rst index e21edebf..c786989e 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -11,7 +11,11 @@ To see example output without running the commands yourself, check out the :doc: gptme 'write a web app to particles.html which shows off an impressive and colorful particle effect using three.js' gptme 'render mandelbrot set to mandelbrot.png' + # chaining prompts + gptme 'show me something cool in the python repl' - 'something cooler' - 'something even cooler' + # stdin + git diff | gptme 'complete the TODOs in this diff' make test | gptme 'fix the failing tests' # from a file