ekkinox / yai

Your AI powered terminal assistant.
https://ekkinox.github.io/yai
MIT License
629 stars 29 forks source link

Add --uninstall flag to the installer #27

Closed xplshn closed 1 year ago

xplshn commented 1 year ago

Please add an uninstall flag into the script.

ekkinox commented 1 year ago

To uninstall, simply run the provided script:

./uninstall.sh

or

curl -sS https://raw.githubusercontent.com/ekkinox/yai/main/uninstall.sh | bash

Documentation updated.

xplshn commented 1 year ago

Wouldn't be better to have it as a flag? Anyways, great to see, I had to check the install script to check the binary file location haha. Nice project, plans for using ChatGPT as backend, through theb.ai ? Its how TGPT works

ekkinox commented 1 year ago

install --uninstall seems very weird to me 🙂 so I created a dedicated uninstall script

For theb.ai, I tried it and results relevance seemed less good, also i would need to refactor the full engine of YAI since OpenAI and Bai doesn't have compatible apis.

Will see what I can do.