Skip to content

Outdatedcandy92/Thelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal-Helper

An AI tool that you can use inside the terminal to get help with commands and errors

Demo

Screencast.from.2025-03-07.17-29-16.webm

Installation & Setup

  1. Clone this repository
git clone https://github.com/Outdatedcandy92/Thelper.git
  1. cd into the repository
cd Thelper
  1. Install requirements
pip install -r requirements.txt
  1. Make thelper executeable
chmod +x thelper

Add thelper to path

For Linux and Mac

  1. move it do a directory in your $PATH
sudo mv thelper /usr/local/bin/

For Windows

  1. Press Windows + S and search for Environment Variables.
  2. Click Edit the system environment variables.
  3. In the System Properties window, click Environment Variables.
  4. Under User variables, select the Path variable and click Edit....
  5. Click New and add the folder where thelper.bat is located (e.g., C:\Users\YourUsername\path_to\your_project_folder).
  6. Click OK to close all windows.

Usage

  1. Run thelper to setup
> thelper

This will run the setup process for you to get the API key go to this link.
Complete the inital setup process

Arguments

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors