closedloop-technologies / autocomplete-sh

Large language model in the terminal! Less `--help` and `man` and more getting stuff done
MIT License
45 stars 2 forks source link

Clean up install process #8

Closed closedLoop closed 3 months ago

closedLoop commented 3 months ago

The install script has the following issues:

Running: wget -qO- https://autocomplete.sh/install.sh | bash

Works well but the dropdown menu doesn't run. It auto-selects the first option. This could be an issue with the subshell or something.

A better option would be to Display a welcome message + banner introducing people to the tool and explaining what it does and how to use it as well as to tell them to run autocomplete model to set the model

Another issue is that source ~/.bashrc doesn't appear to be working correctly and I needed to restart my terminal.

Complicating factor related to #5

closedLoop commented 3 months ago

Fixed in v0.4.0