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
This could be an issue with having a legacy version and it's not properly removing the functions and variables when it uninstalls.
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 modelAnother issue is that
source ~/.bashrc
doesn't appear to be working correctly and I needed to restart my terminal.Complicating factor related to #5