Skip to content

Commit

Permalink
docs: added more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 26, 2024
1 parent 7029059 commit da88a5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
4 changes: 4 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da88a5f

Please sign in to comment.