xiaoxx970 / chatgpt-in-terminal

Use ChatGPT in terminal
MIT License
201 stars 27 forks source link

请问如何在terminal中直接返回答案? #58

Closed MichaelC001 closed 1 year ago

MichaelC001 commented 1 year ago

临时要问gpt一个问题,而不是连续对话,希望能在shell中直接问一个问题,gpt返回答案,后面可以接着在shell中工作,不用先进入gpt-term的python 程序,问完问题再退出。谢谢

xiaoxx970 commented 1 year ago

已经完成了:v1.2.0,请使用pip升级gpt-term后使用

xiaoxx970 commented 1 year ago

如果想要将回答直接复制到剪贴板,mac下可以使用 pbcopy 命令来复制

gpt-term hi | pbcopy

此时再粘贴就是回答的内容