Quickstart Guide
This guide will help you get started with ShellSense quickly.
Installation
Install ShellSense using pip:
pip install shellsense
Configuration
Run the setup command:
shellsense --setupEdit 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?"