Basic Usage

This guide shows basic examples of using ShellSense.

Simple Queries

Ask about the weather:

shellsense -q "What's the weather like in New York?"

Get system information:

shellsense -q "Show me system information"

File Operations

List files in current directory:

shellsense -q "List files in this directory"

Search for files:

shellsense -q "Find all Python files modified in the last week"