Hacker News new | ask | show | jobs
by copperx 1240 days ago
I wonder what's more difficult: engineering a good prompt, or remembering commands and arguments?

Also, is there a ChatGPT terminal where I can enter a prompt and get a fully-fledged command in response? Seems like very low hanging fruit.

2 comments

There are plenty of GPT shell integrations, a quick Github search will reveal plenty. Check out this one, it seems rather new and integrates Dall-E as well as the ChatGPT API: https://github.com/0xacx/chatGPT-shell-cli
Made a simple python script: https://gist.github.com/Loeffeldude/41f3a71570f4bad1aff2749b...

Works suprisingly well!

pip install openai && export OPENAI_API_KEY=yourkey

python3 chatgpt-terminal.py "make a dir test"