Skip to content

Use natural language to figure commands out & fix error, straight in your terminal! 🚀 Stop browsing, start doing. ✨

Notifications You must be signed in to change notification settings

khaleddallah/TerminalLLMAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal LLM Agent

alt text

Terminal LLM Agent is a command-line tool designed to help:

  • Generate Bash Scripts: Given a natural language prompt, it can generate the corresponding bash script.
  • Suggest Error Solutions: When you encounter an error in your terminal, it can analyze the error message and provide relevant solutions.

Motive

Skip the browser. Get help directly in your terminal. No more copying and pasting.

Installation

  1. Clone this repository.

  2. Navigate to the repository directory.

  3. Run the installation script:

    ./install.sh

Usage

  • Error Handling: When a command results in an error, the agent will automatically analyze the error message and suggest potential solutions.

  • Direct Prompting: To directly ask the agent for a bash command or script, start your query with ?-.

    Example:

    ?- list all files in the current directory with size greater than 1MB

About

Use natural language to figure commands out & fix error, straight in your terminal! 🚀 Stop browsing, start doing. ✨

Resources

Stars

Watchers

Forks