An AI tool that you can use inside the terminal to get help with commands and errors
Screencast.from.2025-03-07.17-29-16.webm
- Clone this repository
git clone https://github.com/Outdatedcandy92/Thelper.git- cd into the repository
cd Thelper- Install requirements
pip install -r requirements.txt- Make
thelperexecuteable
chmod +x thelper- move it do a directory in your $PATH
sudo mv thelper /usr/local/bin/- Press Windows + S and search for Environment Variables.
- Click Edit the system environment variables.
- In the System Properties window, click Environment Variables.
- Under User variables, select the Path variable and click Edit....
- Click New and add the folder where thelper.bat is located (e.g., C:\Users\YourUsername\path_to\your_project_folder).
- Click OK to close all windows.
- Run thelper to setup
> thelperThis will run the setup process for you to get the API key go to this link.
Complete the inital setup process
thelper -h #help command
thelper <your question> #Ask AI about your problem
thelper -i #Initlize setup again
thelper -s #Prints current settings
thelper -e #uses the copied error message and sends it to the Ai
thelper -c #copies the outputted command to your clipboard