Skip to main content

A CLI for GPT with a focus on simplicity and ease of use. For developer just wanting to use gpt in there command line.

Project description

SearchHoundAI 🐕

A CLI for GPT with a focus on simplicity and ease of use. For developer just wanting to use gpt in there command line.

PIP Package: Search Hound AI

Installation

Install the CLI globally using pip:

pip install search-hound-ai

Usage

The CLI provides several commands for different purposes:

Chat with GPT

Start a conversation with pip:

hound

Need assistance run:

hound --help

To use hound command:

hound [search string]

Ask GPT

Ask GPT a question about a specific file:

hound [...your question here]

Example:

hound "How to purge docker container and images?"

Setting Environment Variables

Required Environment Variable:

  • OPENAI_API_KEY

I made some scripts to add Environment Variable to your machine easier.

These Bash scripts make it easy for developers to add a new environment variable to their .bashrc or .zshrc file.

The scripts prompt the user for the name and value of the environment variable they want to add, and then add the variable to the appropriate shell configuration file using the echo command.

Once the environment variable has been added to the shell configuration file, the scripts use the source command to reload the file and make the changes take effect.

To use the scripts, follow these steps:

  1. Open a terminal window.

  2. Navigate to the directory where the script is saved.

  3. Run the following command to give the script execute permission:

    chmod +x add_bash_env.sh or chmod +x add_zshrc_env

  4. Run the script by typing the following command and pressing Enter:

    ./add_zshrc_env.sh

  5. Follow the prompts to enter the name and value of the environment variable you want to add to .bashrc or .zshrc.

  6. Once the script has finished running, the environment variable will be added to the appropriate shell configuration file and available for use in your shell sessions.

Contributions

Contributions to the SearchHoundAI CLI tool are welcome and encouraged. Please refer to the repository's CONTRIBUTING.md file for more information on how to contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

search_hound_ai-0.1.12.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

search_hound_ai-0.1.12-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page