Discussion about this post

User's avatar
George's avatar

instead of parsing the env output. how about having the shell do it for you.

echo $OPENAI_API | pbcopy

Expand full comment
Shani's avatar

Nice! I always use:

```

tr '=' '\t' | awk '{print $2}'

```

I'll try to use `cut` more 😀

Expand full comment
1 more comment...

No posts