Quickstart Guide

This guide will help you get started with ShellSense quickly.

Installation

Install ShellSense using pip:

pip install shellsense

Configuration

  1. Run the setup command:

    shellsense --setup
    
  2. Edit your configuration file with your API keys.

Basic Usage

Ask ShellSense a question:

shellsense -q "What is the current weather in New York?"

Choose a specific AI provider:

shellsense -p gemini -q "What is the current weather in New York?"