0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 150 forks source link

Add system detection for open image function #28

Closed Goosegit11 closed 1 year ago

Goosegit11 commented 1 year ago

26

0xacx commented 1 year ago

Thank you for the PR! 🙏 I just merged https://github.com/0xacx/chatGPT-shell-cli/pull/33 to handle the issue. I prefer to have the script check the OS during installation and modify it to fit the OS, that having if statements for different OSes in the script itself, which essentially would be dead code once you install it on your machine. As this issue is now handled I am closing the issue and this PR! Thanks again for urging me to take a deeper look at this 👍

Goosegit11 commented 12 months ago

Yeah, your solution is better. Thanks!