ChatGPT Terminal Helper. A simple Python script that generates terminal commands (gist.github.com) 1 points by Loeffelmann 3y ago ↗ HN
[–] Loeffelmann 3y ago ↗ To use1. export your OpenAI key as an environment variable as OPENAI_API_KEY.2. `pip install openai`3. python3 chatgpt-terminal.py "Create 50 dirs called test$number in bash"It works a lot better than expected!
1 comment
[ 3.3 ms ] story [ 9.8 ms ] thread1. export your OpenAI key as an environment variable as OPENAI_API_KEY.
2. `pip install openai`
3. python3 chatgpt-terminal.py "Create 50 dirs called test$number in bash"
It works a lot better than expected!