Files
command-assistant/docs/README.md
T
2025-04-09 09:34:15 +02:00

1.2 KiB

Edison Documentation

Welcome to the Edison documentation! This documentation is designed to help users and developers understand how to use and extend Edison.

Documentation Overview

The documentation is organized into two main sections:

What is Edison?

Edison is an AI-powered command line assistant that translates natural language into shell commands. It helps users interact with their terminal more effectively by allowing them to describe what they want to do in plain English.

$ edison how to find large files in the current directory
Command: find . -type f -size +10M -exec ls -lh {} \; | sort -k5,5hr

Execute command? [Y]es [n]o [m]odify [c]opy to clipboard ==>