Basic Usage =========== This guide shows basic examples of using ShellSense. Simple Queries ------------- Ask about the weather: .. code-block:: bash shellsense -q "What's the weather like in New York?" Get system information: .. code-block:: bash shellsense -q "Show me system information" File Operations -------------- List files in current directory: .. code-block:: bash shellsense -q "List files in this directory" Search for files: .. code-block:: bash shellsense -q "Find all Python files modified in the last week"