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.
Skip the browser. Get help directly in your terminal. No more copying and pasting.
-
Clone this repository.
-
Navigate to the repository directory.
-
Run the installation script:
./install.sh
-
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