~kmaasrud/shatgpt

8f7e34eaa6e3817dce365ce0a05d80862d5d4503 — Knut Magnus Aasrud 1 year, 4 months ago 24227c6 main
update README
1 files changed, 12 insertions(+), 0 deletions(-)

M README
M README => README +12 -0
@@ 23,6 23,18 @@ INSTALLING:
   note that administrative privileges may be required for the installation,
   depending on the chosen installation directory.

4. you need an OpenAI API key stored in the $OPENAI_API_KEY environment
   variable. you can get one at https://platform.openai.com/account/api-keys.


USAGE:

run shatgpt with any prompt, and an answer will be generated for you. only the
response is printed to stdout, so you can use it in scripts or pipe it if you
want. if you want to generate a shell command, use the `-s` or `--shell` flag.
if you want to edit the prompt in your preferred editor, add the `-e` or
`--edit` flags.


UNINSTALLING: